diff options
-rw-r--r-- | hosts/vidhar/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix index 3c7bccc5..c34e5f9e 100644 --- a/hosts/vidhar/default.nix +++ b/hosts/vidhar/default.nix | |||
@@ -1,7 +1,7 @@ | |||
1 | { hostName, flake, pkgs, lib, ... }: | 1 | { hostName, flake, pkgs, lib, ... }: |
2 | { | 2 | { |
3 | imports = with flake.nixosModules.systemProfiles; [ | 3 | imports = with flake.nixosModules.systemProfiles; [ |
4 | openssh rebuild-machines initrd-all-crypto-modules | 4 | initrd-all-crypto-modules default-locale openssh rebuild-machines |
5 | ]; | 5 | ]; |
6 | 6 | ||
7 | config = { | 7 | config = { |