This commit is contained in:
mjallen18
2025-09-01 20:15:55 -05:00
parent 81471cc582
commit e79ae984a3
5 changed files with 255 additions and 101 deletions

View File

@@ -9,7 +9,6 @@
{
imports = [
./boot.nix
# ./networking.nix - moved to modules/nixos/network
./services.nix
./sops.nix
];
@@ -26,13 +25,8 @@
desktop.hyprland.enable = false;
user = {
name = "matt";
# passwordFile = config.sops.secrets."pi5/matt-password".path;
mutableUsers = false;
extraGroups = [ "docker" ];
sshKeys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOTha0FbV1tkpnJr7xVH78S5MetJH+0o2YrEcuvhL692 root@jallen-nas"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIwoHWOLSTGVif9hAhaMLl0qDA4roIzCNuyR6kyIXDOj admin@jallen-nas"
];
};
network = {
hostName = "pi5";
@@ -40,6 +34,7 @@
method = "manual";
gateway = "10.0.1.1";
dns = "10.0.1.1";
interface = "wlan0";
};
firewall = {
enable = true;