diff options
| author | Franck Cuny <franck@fcuny.net> | 2023-05-08 19:48:10 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2023-05-08 19:48:10 -0700 |
| commit | 8014e0e763937e8fa09b8f3e1758dcaf253a005e (patch) | |
| tree | c8af56a0628d54b1ea2b244cc48b43a8e4fa8413 /modules/system/default.nix | |
| parent | profiles: clean up the imports (diff) | |
| download | infra-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.nix | 1 |
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 ]; } |
