chore(nix): updated import paths

This commit is contained in:
Serĉanto de Scio 2024-08-23 18:00:07 +10:00
parent 70a7ca116a
commit 093d20022d
Signed by: sercanto
GPG key ID: A4122FF3971B6865
14 changed files with 67 additions and 71 deletions

View file

@ -6,9 +6,9 @@
...
}: {
imports = [
../networks/linode.nix
../profiles/cardano-node.nix
../secrets/airgead.nix
../../networks/linode.nix
../../profiles/cardano-node.nix
../../secrets/airgead.nix
];
deployment.targetHost = "172.105.187.96";

View file

@ -5,9 +5,9 @@
...
}: {
imports = [
../hardware/lenovo_yoga7i.nix
../profiles/desktopFiona.nix
../profiles/desktop_common.nix
../../hardware/lenovo_yoga7i.nix
../../profiles/desktopFiona.nix
../../profiles/desktop_common.nix
];
# Use the UEFI boot loader.

View file

@ -5,7 +5,7 @@
lib,
...
}: {
imports = [../hardware/raspberry_pi_4_model_B.nix];
imports = [../../hardware/raspberry_pi_4_model_B.nix];
# Comment out deployment when building the SD Image.
deployment.targetHost = "10.42.0.108";

View file

@ -6,8 +6,8 @@
...
}: {
imports = [
../networks/pi3B_rack.nix
../profiles/cyclone-ibis.nix
../../networks/pi3B_rack.nix
../../profiles/cyclone-ibis.nix
];
# Comment out deployment when building the SD Image.

View file

@ -6,22 +6,20 @@
...
}: {
imports = [
../modules/tmate-ssh-server.nix
../networks/linode.nix
../profiles/coturn.nix
#../profiles/cryptpad.nix
#../profiles/hydra.nix
../profiles/iog.nix
../profiles/ipv6.nix
../profiles/mastodon.nix
../profiles/matrix.nix
../profiles/mcwhirter.io.nix
../profiles/minecraftServer.nix
../profiles/nextcloud.nix
../profiles/nixpkgs-dev.nix
../profiles/taskserver.nix
../profiles/tt-rss.nix
../secrets/tt-rss.nix
../../modules/tmate-ssh-server.nix
../../networks/linode.nix
../../profiles/coturn.nix
../../profiles/iog.nix
../../profiles/ipv6.nix
../../profiles/mastodon.nix
../../profiles/matrix.nix
../../profiles/mcwhirter.io.nix
../../profiles/minecraftServer.nix
../../profiles/nextcloud.nix
../../profiles/nixpkgs-dev.nix
../../profiles/taskserver.nix
../../profiles/tt-rss.nix
../../secrets/tt-rss.nix
];
deployment.targetHost = "172.105.171.16";

View file

@ -5,9 +5,9 @@
...
}: {
imports = [
../hardware/eeepc701.nix # Include common configuration options
../secrets/wireless.nix
../profiles/sway.nix
../../hardware/eeepc701.nix # Include common configuration options
../../secrets/wireless.nix
../../profiles/sway.nix
];
deployment.targetHost = "10.42.0.119";

View file

@ -5,9 +5,9 @@
...
}: {
imports = [
../hardware/purism_librem_15.nix # Include results of the hardware scan.
../profiles/desktop_common.nix
../profiles/steam.nix
../../hardware/purism_librem_15.nix # Include results of the hardware scan.
../../profiles/desktop_common.nix
../../profiles/steam.nix
];
deployment.targetHost = "10.42.0.190";

View file

@ -5,7 +5,7 @@
lib,
...
}: {
imports = [../networks/pi3B_rack.nix];
imports = [../../networks/pi3B_rack.nix];
# Comment out deployment when building the SD Image.
deployment.targetHost = "10.42.0.204";

View file

@ -5,7 +5,7 @@
lib,
...
}: {
imports = [../networks/pi3B_rack.nix];
imports = [../../networks/pi3B_rack.nix];
# Comment out deployment when building the SD Image.
deployment.targetHost = "10.42.0.205";

View file

@ -5,9 +5,9 @@
...
}: {
imports = [
../hardware/lenovo_x201.nix
../profiles/desktop_common.nix
../profiles/wine.nix
../../hardware/lenovo_x201.nix
../../profiles/desktop_common.nix
../../profiles/wine.nix
];
# Use the GRUB 2 boot loader.

View file

@ -6,14 +6,13 @@
...
}: {
imports = [
../hardware/raspberry_pi_3_model_B.nix
../profiles/host_common.nix
../profiles/openssh.nix
../profiles/pi_common.nix
#../profiles/xmonad.nix
../secrets/craige.nix # Ssshhhhh!
../secrets/root.nix # Ssshhhhh!
../secrets/wireless.nix # Hey look! A squirrel!
../../hardware/raspberry_pi_3_model_B.nix
../../profiles/host_common.nix
../../profiles/openssh.nix
../../profiles/pi_common.nix
../../secrets/craige.nix # Ssshhhhh!
../../secrets/root.nix # Ssshhhhh!
../../secrets/wireless.nix # Hey look! A squirrel!
];
# Comment out deployment when building the SD Image.

View file

@ -5,26 +5,25 @@
...
}: {
imports = [
../hardware/system76_lemurPro.nix # Include results of the hardware scan.
../profiles/cron-craige.nix # Provide Craige's cron jobs
../profiles/desktopCraige.nix # Craige's desktop tools and apps
../profiles/haskell-dev.nix # Haskell dev environment
../profiles/host_common.nix # Common host configuration options
../profiles/iog.nix # IOHK environment
../profiles/keyboard.nix
../profiles/neomutt.nix # Neomutt email
../profiles/nix-community.nix # Nix community aarch64 tooling
../profiles/nix-mio-ops.nix # mio-ops Nix tooling
../profiles/nixpkgs-dev.nix # Nix pkgs dev tools
../profiles/openssh.nix # Enable and configure openssh
../profiles/pantheon.nix # Enable and configure the pantheon desktop
../profiles/pipewire.nix # Enable and pipewire audio system
../profiles/powerManagement.nix # Power management for laptops
../profiles/xmonad.nix # Xmonad desktop environment
../profiles/yubikey.nix # Yubikey tooling
../secrets/craige.nix # Ssshhhhh!
../secrets/root.nix # Ssshhhhh!
#../secrets/wireless.nix # Hey look! A squirrel!
../../hardware/system76_lemurPro.nix # Include results of the hardware scan.
../../profiles/cron-craige.nix # Provide Craige's cron jobs
../../profiles/desktopCraige.nix # Craige's desktop tools and apps
../../profiles/haskell-dev.nix # Haskell dev environment
../../profiles/host_common.nix # Common host configuration options
../../profiles/iog.nix # IOHK environment
../../profiles/keyboard.nix
../../profiles/neomutt.nix # Neomutt email
../../profiles/nix-community.nix # Nix community aarch64 tooling
../../profiles/nix-mio-ops.nix # mio-ops Nix tooling
../../profiles/nixpkgs-dev.nix # Nix pkgs dev tools
../../profiles/openssh.nix # Enable and configure openssh
../../profiles/pantheon.nix # Enable and configure the pantheon desktop
../../profiles/pipewire.nix # Enable and pipewire audio system
../../profiles/powerManagement.nix # Power management for laptops
../../profiles/xmonad.nix # Xmonad desktop environment
../../profiles/yubikey.nix # Yubikey tooling
../../secrets/craige.nix # Ssshhhhh!
../../secrets/root.nix # Ssshhhhh!
];
deployment.targetHost = "10.42.0.180";

View file

@ -5,9 +5,9 @@
...
}: {
imports = [
../hardware/lenovo_x201.nix
../profiles/desktopFiona.nix
../profiles/desktop_common.nix
../../hardware/lenovo_x201.nix
../../profiles/desktopFiona.nix
../../profiles/desktop_common.nix
];
# Use the GRUB 2 boot loader.

View file

@ -5,10 +5,10 @@
...
}: {
imports = [
../hardware/lenovo_x201.nix
../profiles/desktop_common.nix
../profiles/haskell-dev.nix
../profiles/kids-dev.nix
../../hardware/lenovo_x201.nix
../../profiles/desktop_common.nix
../../profiles/haskell-dev.nix
../../profiles/kids-dev.nix
];
# Use the GRUB 2 boot loader.