diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-12-14 13:08:07 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-12-14 13:08:07 -0800 |
| commit | 05fba25e608d3d44e0785f1ddb5ab30a95129131 (patch) | |
| tree | 60a2a563002079282873afad59d296958f978fce /machines/rivendell.nix | |
| parent | use `just` (again) instead of custom scripts (diff) | |
| download | infra-05fba25e608d3d44e0785f1ddb5ab30a95129131.tar.gz | |
simplify path structures for machines
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 ]; }; } |
