diff options
Diffstat (limited to '')
| -rw-r--r-- | machines/rivendell.nix (renamed from machines/nixos/x86_64-linux/rivendell.nix) | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/machines/nixos/x86_64-linux/rivendell.nix b/machines/rivendell.nix index 0bd799c..4940ea3 100644 --- a/machines/nixos/x86_64-linux/rivendell.nix +++ b/machines/rivendell.nix @@ -1,21 +1,21 @@ { lib, config, ... }: { imports = [ - ../../../profiles/authelia.nix - ../../../profiles/cgroups.nix - ../../../profiles/defaults.nix - ../../../profiles/disk/btrfs-on-luks.nix - ../../../profiles/git-server.nix - ../../../profiles/hardware/framework-desktop.nix - ../../../profiles/home-manager.nix - ../../../profiles/makemkv.nix - ../../../profiles/miniflux.nix - ../../../profiles/remote-unlock.nix - ../../../profiles/restic-backup.nix - ../../../profiles/server.nix - ../../../profiles/users/builder.nix - ../../../profiles/users/fcuny.nix - ../../../profiles/wireguard.nix + ../profiles/authelia.nix + ../profiles/cgroups.nix + ../profiles/defaults.nix + ../profiles/disk/btrfs-on-luks.nix + ../profiles/git-server.nix + ../profiles/hardware/framework-desktop.nix + ../profiles/home-manager.nix + ../profiles/makemkv.nix + ../profiles/miniflux.nix + ../profiles/remote-unlock.nix + ../profiles/restic-backup.nix + ../profiles/server.nix + ../profiles/users/builder.nix + ../profiles/users/fcuny.nix + ../profiles/wireguard.nix ]; networking.hostName = "rivendell"; @@ -72,7 +72,7 @@ home-manager.users.fcuny = { imports = [ - ../../../home/profiles/minimal.nix + ../home/profiles/minimal.nix ]; }; } |
