mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
switch to networkd
This commit is contained in:
parent
4068de6a5f
commit
019576dd7b
4 changed files with 45 additions and 26 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue