Fix up Kurin
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
#./hardware-configuration.nix
|
||||
];
|
||||
|
||||
#programs.nvf.enable = lib.mkForce false;
|
||||
|
||||
networking.hostName = "kurin";
|
||||
|
||||
# hardware.raspberry-pi."4" = {
|
||||
@@ -20,6 +22,7 @@
|
||||
sops = {
|
||||
defaultSopsFile = ../../secrets/kurin.yaml;
|
||||
defaultSopsFormat = "yaml";
|
||||
age.keyFile = "/nix/keys.txt";
|
||||
};
|
||||
|
||||
sops.secrets."users_dark_password".neededForUsers = true;
|
||||
@@ -89,6 +92,7 @@
|
||||
# memoryPercent = 40;
|
||||
#};
|
||||
|
||||
sops.secrets."wireless_passwords".mode = "0440";
|
||||
networking.wireless = {
|
||||
enable = true;
|
||||
networks = {
|
||||
|
||||
Reference in New Issue
Block a user