programs: add sops
This commit is contained in:
parent
ac51db1c7e
commit
fcf4fc3064
10 changed files with 151 additions and 29 deletions
|
|
@ -1,5 +1,11 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
../../modules/ironbar_config.nix
|
||||
../../modules/boot_params.nix
|
||||
];
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
networking.hostName = "overheating";
|
||||
programs.ironbar.monitor = "eDP-1";
|
||||
programs.boot.boot_params = [];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue