switch to networkd

This commit is contained in:
Gerg-L 2023-07-30 22:48:07 -04:00
parent 4068de6a5f
commit 019576dd7b
4 changed files with 45 additions and 26 deletions

View file

@ -10,7 +10,10 @@ _: {
"L /etc/nixos/flake.nix - - - - /home/gerg/Projects/nixos/flake.nix"
];
#create machine-id for spotify
environment.etc."machine-id".text = "b6431c2851094770b614a9cfa78fb6ea";
environment.etc."machine-id" = {
text = "b6431c2851094770b614a9cfa78fb6ea";
mode = "0644";
};
#make sure the sopskey is found
sops.age.sshKeyPaths = lib.mkForce ["/persist/ssh/ssh_host_ed25519_key"];
fileSystems."/persist".neededForBoot = true;