summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-08-02 13:32:47 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2021-08-02 13:32:47 +0200
commit8a5adaa4c8abbeb7557c1e59189275a2138beb86 (patch)
tree16855d41e296aa9300b17b3fe36920b0d2b47846 /hosts
parent613076cfecd7954c240b3d7d9b79eb1ac6db6e72 (diff)
downloadnixos-8a5adaa4c8abbeb7557c1e59189275a2138beb86.tar
nixos-8a5adaa4c8abbeb7557c1e59189275a2138beb86.tar.gz
nixos-8a5adaa4c8abbeb7557c1e59189275a2138beb86.tar.bz2
nixos-8a5adaa4c8abbeb7557c1e59189275a2138beb86.tar.xz
nixos-8a5adaa4c8abbeb7557c1e59189275a2138beb86.zip
vidhar: default-locale
Diffstat (limited to 'hosts')
-rw-r--r--hosts/vidhar/default.nix2
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 = {