diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-12-31 11:26:08 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-12-31 11:26:08 -0800 |
| commit | 94655522818b21970badfa1c698759bd9338005c (patch) | |
| tree | fea9b0a13a83af3ef9a2feb58d993f45596d3215 /machines | |
| parent | cgroups is included in all nixos (diff) | |
| download | infra-94655522818b21970badfa1c698759bd9338005c.tar.gz | |
a working niri + noctalia environment
Diffstat (limited to 'machines')
| -rw-r--r-- | machines/rivendell.nix | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/machines/rivendell.nix b/machines/rivendell.nix index f3cadc6..ef458c5 100644 --- a/machines/rivendell.nix +++ b/machines/rivendell.nix @@ -20,16 +20,16 @@ ../profiles/restic-backup.nix ../profiles/server.nix ../profiles/storage-media.nix - ../profiles/users/builder.nix ../profiles/users/admin-user.nix + ../profiles/users/builder.nix ../profiles/users/home-manager.nix ../profiles/wireguard.nix + ../profiles/workstation.nix ]; boot.kernelModules = [ "sg" ]; networking.hostName = "rivendell"; - networking.networkmanager.enable = true; networking.useDHCP = lib.mkDefault true; systemd.network.wait-online.anyInterface = lib.mkDefault config.networking.useDHCP; @@ -93,6 +93,9 @@ home-manager.users.${adminUser.name} = { home.homeDirectory = "/home/${adminUser.name}"; - imports = [ ../home/profiles/minimal.nix ]; + imports = [ + ../home/profiles/minimal.nix + ../home/profiles/workstation.nix + ]; }; } |
