2026-07-25
This commit is contained in:
parent
f733a5238c
commit
c461f04c13
4 changed files with 18 additions and 9 deletions
|
|
@ -9,18 +9,18 @@
|
|||
...
|
||||
}:
|
||||
{
|
||||
nix.settings.experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
];
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
|
||||
sops.defaultSopsFile = ./secrets/home.yaml;
|
||||
sops.age.keyFile = "/.persist/root/.config/sops/age/keys.txt";
|
||||
sops.secrets."root/ssh/desktop" = {
|
||||
path = "/root/.ssh/desktop";
|
||||
mode = "0600";
|
||||
};
|
||||
nix.settings.experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
];
|
||||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
|
||||
boot.initrd.systemd.enable = true;
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue