Compare commits
2 commits
ee68326da3
...
f29f02e7a1
Author | SHA1 | Date | |
---|---|---|---|
f29f02e7a1 | |||
c887bf706b |
3 changed files with 6 additions and 1 deletions
4
config/networkmanager.nix
Normal file
4
config/networkmanager.nix
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{...}: {
|
||||||
|
networking.networkmanager.enable = true;
|
||||||
|
users.users.darkkirb.extraGroups = ["networkmanager"];
|
||||||
|
}
|
|
@ -9,6 +9,7 @@
|
||||||
./disko.nix
|
./disko.nix
|
||||||
./grub.nix
|
./grub.nix
|
||||||
./hardware.nix
|
./hardware.nix
|
||||||
|
"${nixos-config}/config/networkmanager.nix"
|
||||||
];
|
];
|
||||||
system.stateVersion = config.system.nixos.version;
|
system.stateVersion = config.system.nixos.version;
|
||||||
specialisation.graphical = {
|
specialisation.graphical = {
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
];
|
];
|
||||||
sops.age = {
|
sops.age = {
|
||||||
sshKeyPaths = [
|
sshKeyPaths = [
|
||||||
"/persist/etc/ssh/ssh_host_ed25519_key"
|
"/persistent/etc/ssh/ssh_host_ed25519_key"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue