Develop edison, standardize home-manager

This commit is contained in:
2023-09-15 00:21:07 +02:00
committed by Felix Albrigtsen
parent a0693ca9fc
commit acc446dfa3
11 changed files with 92 additions and 191 deletions

View File

@@ -7,7 +7,7 @@
networking = {
domain = "home.feal.no";
useDHCP = false;
useDHCP = lib.mkDefault false;
};
time.timeZone = "Europe/Oslo";
@@ -15,7 +15,7 @@
console = {
font = "Lat2-Terminus16";
keyMap = "no";
keyMap = lib.mkDefault "no";
};
nix = {
@@ -78,6 +78,7 @@
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHkLmJIkBM6AMbYM/hYm27Flgya81UiGqh9/owYWmrbZ home.feal.no"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIH5M7hYl3saBNMAo6sczgfUvASEJWFHuERB7xvf4gxst nix-builder-voyager-worf"
];
shell = pkgs.zsh;
};
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
}