aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/tiamat
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/tiamat')
-rw-r--r--hosts/tiamat/default.nix14
1 files changed, 6 insertions, 8 deletions
diff --git a/hosts/tiamat/default.nix b/hosts/tiamat/default.nix
index 2a21ffb9..7d568053 100644
--- a/hosts/tiamat/default.nix
+++ b/hosts/tiamat/default.nix
@@ -1,11 +1,5 @@
# vim: ts=2
-{
- config,
- lib,
- nixpkgs,
- home-manager,
- ...
-}: {
+{...}: {
imports = [
./hardware
./networking.nix
@@ -14,12 +8,16 @@
];
soispha = {
+ locale = {
+ enable = true;
+ keyMap = "us";
+ };
fs.backup = {
enable = true;
backupDiskUuid = "d1c6e0f6-1837-40fd-bb29-251d5ea0ddb0";
};
users = {
- hashedPassword = "$y$jFT$qi3wS9njrMl2y55b3NOBI0$j40Qt6AAkMSfZ82KPhqMaUaPztWtPps1wOqaXaF/L.6"; # TODO change this to a unique one
+ hashedPassword = "$y$jFT$qi3wS9njrMl2y55b3NOBI0$j40Qt6AAkMSfZ82KPhqMaUaPztWtPps1wOqaXaF/L.6";
};
};