aboutsummaryrefslogtreecommitdiff
path: root/modules/system/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-05-08 19:48:10 -0700
committerFranck Cuny <franck@fcuny.net>2023-05-08 19:48:10 -0700
commit8014e0e763937e8fa09b8f3e1758dcaf253a005e (patch)
treec8af56a0628d54b1ea2b244cc48b43a8e4fa8413 /modules/system/default.nix
parentprofiles: clean up the imports (diff)
downloadinfra-8014e0e763937e8fa09b8f3e1758dcaf253a005e.tar.gz
tahoe: move the initrd code
It's the only host that uses this code.
Diffstat (limited to '')
-rw-r--r--modules/system/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/system/default.nix b/modules/system/default.nix
index 586cae8..ed3213c 100644
--- a/modules/system/default.nix
+++ b/modules/system/default.nix
@@ -2,7 +2,6 @@
{
imports = [
- ./boot
./users
];
}