chore(nix): updated import paths
This commit is contained in:
parent
1b000bd9b7
commit
6ff9cea34b
|
@ -6,9 +6,9 @@
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
../networks/linode.nix
|
../../networks/linode.nix
|
||||||
../profiles/cardano-node.nix
|
../../profiles/cardano-node.nix
|
||||||
../secrets/airgead.nix
|
../../secrets/airgead.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
deployment.targetHost = "172.105.187.96";
|
deployment.targetHost = "172.105.187.96";
|
||||||
|
|
|
@ -5,9 +5,9 @@
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
../hardware/lenovo_yoga7i.nix
|
../../hardware/lenovo_yoga7i.nix
|
||||||
../profiles/desktopFiona.nix
|
../../profiles/desktopFiona.nix
|
||||||
../profiles/desktop_common.nix
|
../../profiles/desktop_common.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Use the UEFI boot loader.
|
# Use the UEFI boot loader.
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
lib,
|
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.
|
# Comment out deployment when building the SD Image.
|
||||||
deployment.targetHost = "10.42.0.108";
|
deployment.targetHost = "10.42.0.108";
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
../networks/pi3B_rack.nix
|
../../networks/pi3B_rack.nix
|
||||||
../profiles/cyclone-ibis.nix
|
../../profiles/cyclone-ibis.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Comment out deployment when building the SD Image.
|
# Comment out deployment when building the SD Image.
|
||||||
|
|
|
@ -6,22 +6,20 @@
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
../modules/tmate-ssh-server.nix
|
../../modules/tmate-ssh-server.nix
|
||||||
../networks/linode.nix
|
../../networks/linode.nix
|
||||||
../profiles/coturn.nix
|
../../profiles/coturn.nix
|
||||||
#../profiles/cryptpad.nix
|
../../profiles/iog.nix
|
||||||
#../profiles/hydra.nix
|
../../profiles/ipv6.nix
|
||||||
../profiles/iog.nix
|
../../profiles/mastodon.nix
|
||||||
../profiles/ipv6.nix
|
../../profiles/matrix.nix
|
||||||
../profiles/mastodon.nix
|
../../profiles/mcwhirter.io.nix
|
||||||
../profiles/matrix.nix
|
../../profiles/minecraftServer.nix
|
||||||
../profiles/mcwhirter.io.nix
|
../../profiles/nextcloud.nix
|
||||||
../profiles/minecraftServer.nix
|
../../profiles/nixpkgs-dev.nix
|
||||||
../profiles/nextcloud.nix
|
../../profiles/taskserver.nix
|
||||||
../profiles/nixpkgs-dev.nix
|
../../profiles/tt-rss.nix
|
||||||
../profiles/taskserver.nix
|
../../secrets/tt-rss.nix
|
||||||
../profiles/tt-rss.nix
|
|
||||||
../secrets/tt-rss.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
deployment.targetHost = "172.105.171.16";
|
deployment.targetHost = "172.105.171.16";
|
||||||
|
|
|
@ -5,9 +5,9 @@
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
../hardware/eeepc701.nix # Include common configuration options
|
../../hardware/eeepc701.nix # Include common configuration options
|
||||||
../secrets/wireless.nix
|
../../secrets/wireless.nix
|
||||||
../profiles/sway.nix
|
../../profiles/sway.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
deployment.targetHost = "10.42.0.119";
|
deployment.targetHost = "10.42.0.119";
|
||||||
|
|
|
@ -5,9 +5,9 @@
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
../hardware/purism_librem_15.nix # Include results of the hardware scan.
|
../../hardware/purism_librem_15.nix # Include results of the hardware scan.
|
||||||
../profiles/desktop_common.nix
|
../../profiles/desktop_common.nix
|
||||||
../profiles/steam.nix
|
../../profiles/steam.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
deployment.targetHost = "10.42.0.190";
|
deployment.targetHost = "10.42.0.190";
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
lib,
|
lib,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
imports = [../networks/pi3B_rack.nix];
|
imports = [../../networks/pi3B_rack.nix];
|
||||||
|
|
||||||
# Comment out deployment when building the SD Image.
|
# Comment out deployment when building the SD Image.
|
||||||
deployment.targetHost = "10.42.0.204";
|
deployment.targetHost = "10.42.0.204";
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
lib,
|
lib,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
imports = [../networks/pi3B_rack.nix];
|
imports = [../../networks/pi3B_rack.nix];
|
||||||
|
|
||||||
# Comment out deployment when building the SD Image.
|
# Comment out deployment when building the SD Image.
|
||||||
deployment.targetHost = "10.42.0.205";
|
deployment.targetHost = "10.42.0.205";
|
||||||
|
|
|
@ -5,9 +5,9 @@
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
../hardware/lenovo_x201.nix
|
../../hardware/lenovo_x201.nix
|
||||||
../profiles/desktop_common.nix
|
../../profiles/desktop_common.nix
|
||||||
../profiles/wine.nix
|
../../profiles/wine.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Use the GRUB 2 boot loader.
|
# Use the GRUB 2 boot loader.
|
||||||
|
|
|
@ -6,14 +6,13 @@
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
../hardware/raspberry_pi_3_model_B.nix
|
../../hardware/raspberry_pi_3_model_B.nix
|
||||||
../profiles/host_common.nix
|
../../profiles/host_common.nix
|
||||||
../profiles/openssh.nix
|
../../profiles/openssh.nix
|
||||||
../profiles/pi_common.nix
|
../../profiles/pi_common.nix
|
||||||
#../profiles/xmonad.nix
|
../../secrets/craige.nix # Ssshhhhh!
|
||||||
../secrets/craige.nix # Ssshhhhh!
|
../../secrets/root.nix # Ssshhhhh!
|
||||||
../secrets/root.nix # Ssshhhhh!
|
../../secrets/wireless.nix # Hey look! A squirrel!
|
||||||
../secrets/wireless.nix # Hey look! A squirrel!
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Comment out deployment when building the SD Image.
|
# Comment out deployment when building the SD Image.
|
||||||
|
|
|
@ -5,26 +5,25 @@
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
../hardware/system76_lemurPro.nix # Include results of the hardware scan.
|
../../hardware/system76_lemurPro.nix # Include results of the hardware scan.
|
||||||
../profiles/cron-craige.nix # Provide Craige's cron jobs
|
../../profiles/cron-craige.nix # Provide Craige's cron jobs
|
||||||
../profiles/desktopCraige.nix # Craige's desktop tools and apps
|
../../profiles/desktopCraige.nix # Craige's desktop tools and apps
|
||||||
../profiles/haskell-dev.nix # Haskell dev environment
|
../../profiles/haskell-dev.nix # Haskell dev environment
|
||||||
../profiles/host_common.nix # Common host configuration options
|
../../profiles/host_common.nix # Common host configuration options
|
||||||
../profiles/iog.nix # IOHK environment
|
../../profiles/iog.nix # IOHK environment
|
||||||
../profiles/keyboard.nix
|
../../profiles/keyboard.nix
|
||||||
../profiles/neomutt.nix # Neomutt email
|
../../profiles/neomutt.nix # Neomutt email
|
||||||
../profiles/nix-community.nix # Nix community aarch64 tooling
|
../../profiles/nix-community.nix # Nix community aarch64 tooling
|
||||||
../profiles/nix-mio-ops.nix # mio-ops Nix tooling
|
../../profiles/nix-mio-ops.nix # mio-ops Nix tooling
|
||||||
../profiles/nixpkgs-dev.nix # Nix pkgs dev tools
|
../../profiles/nixpkgs-dev.nix # Nix pkgs dev tools
|
||||||
../profiles/openssh.nix # Enable and configure openssh
|
../../profiles/openssh.nix # Enable and configure openssh
|
||||||
../profiles/pantheon.nix # Enable and configure the pantheon desktop
|
../../profiles/pantheon.nix # Enable and configure the pantheon desktop
|
||||||
../profiles/pipewire.nix # Enable and pipewire audio system
|
../../profiles/pipewire.nix # Enable and pipewire audio system
|
||||||
../profiles/powerManagement.nix # Power management for laptops
|
../../profiles/powerManagement.nix # Power management for laptops
|
||||||
../profiles/xmonad.nix # Xmonad desktop environment
|
../../profiles/xmonad.nix # Xmonad desktop environment
|
||||||
../profiles/yubikey.nix # Yubikey tooling
|
../../profiles/yubikey.nix # Yubikey tooling
|
||||||
../secrets/craige.nix # Ssshhhhh!
|
../../secrets/craige.nix # Ssshhhhh!
|
||||||
../secrets/root.nix # Ssshhhhh!
|
../../secrets/root.nix # Ssshhhhh!
|
||||||
#../secrets/wireless.nix # Hey look! A squirrel!
|
|
||||||
];
|
];
|
||||||
|
|
||||||
deployment.targetHost = "10.42.0.180";
|
deployment.targetHost = "10.42.0.180";
|
||||||
|
|
|
@ -5,9 +5,9 @@
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
../hardware/lenovo_x201.nix
|
../../hardware/lenovo_x201.nix
|
||||||
../profiles/desktopFiona.nix
|
../../profiles/desktopFiona.nix
|
||||||
../profiles/desktop_common.nix
|
../../profiles/desktop_common.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Use the GRUB 2 boot loader.
|
# Use the GRUB 2 boot loader.
|
||||||
|
|
|
@ -5,10 +5,10 @@
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
../hardware/lenovo_x201.nix
|
../../hardware/lenovo_x201.nix
|
||||||
../profiles/desktop_common.nix
|
../../profiles/desktop_common.nix
|
||||||
../profiles/haskell-dev.nix
|
../../profiles/haskell-dev.nix
|
||||||
../profiles/kids-dev.nix
|
../../profiles/kids-dev.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Use the GRUB 2 boot loader.
|
# Use the GRUB 2 boot loader.
|
||||||
|
|
Loading…
Reference in a new issue