summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/sif/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/sif/default.nix b/hosts/sif/default.nix
index c0b7f50c..af845bc1 100644
--- a/hosts/sif/default.nix
+++ b/hosts/sif/default.nix
@@ -3,7 +3,7 @@
3 imports = with flake.nixosModules.systemProfiles; [ 3 imports = with flake.nixosModules.systemProfiles; [
4 ./hw.nix 4 ./hw.nix
5 ./mail 5 ./mail
6 initrd-all-crypto-modules default-locale openssh 6 initrd-all-crypto-modules default-locale openssh rebuild-machines
7 ]; 7 ];
8 8
9 config = { 9 config = {