diff options
author | Soispha <soispha@vhack.eu> | 2023-04-23 14:40:22 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-09 19:31:53 +0200 |
commit | d5e43203cd92eeb04855627e0eaa6129ce517359 (patch) | |
tree | ea4a7149cc16293c4eb2258a9d707cf74877c69c /hosts | |
parent | Fix(flake): Add yamllint to devShell (diff) | |
download | nixos-config-d5e43203cd92eeb04855627e0eaa6129ce517359.tar.gz nixos-config-d5e43203cd92eeb04855627e0eaa6129ce517359.zip |
Style(treewide): Format
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/lahmu/default.nix | 1 | ||||
-rw-r--r-- | hosts/mammun/default.nix | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/hosts/lahmu/default.nix b/hosts/lahmu/default.nix index 7a7aa9a4..84bfccef 100644 --- a/hosts/lahmu/default.nix +++ b/hosts/lahmu/default.nix @@ -14,7 +14,6 @@ ]; soispha = { - locale.enable = true; users = { # enable = true; diff --git a/hosts/mammun/default.nix b/hosts/mammun/default.nix index 4bf0c975..9e7515eb 100644 --- a/hosts/mammun/default.nix +++ b/hosts/mammun/default.nix @@ -14,7 +14,6 @@ ../../system ]; soispha = { - locale.enable = true; users = { hashedPassword = "$y$jDT$O/42/7REOL50onRYcTV9R1$Ot3bPAh2raHmPN3yScP4wsJRtNqrMtTBzOq9oRJeRA0"; |