diff options
author | Soispha <soispha@vhack.eu> | 2023-07-29 16:15:19 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-07-29 16:15:19 +0200 |
commit | 2e46123cb14b7a4160fff501087b79541df2731e (patch) | |
tree | 92c86ea5a9eb1df50d30d0630b8f49c3237ae169 /hosts/tiamat | |
parent | Fix(hm/conf/gpg): Add config for isimud (diff) | |
download | nixos-config-2e46123cb14b7a4160fff501087b79541df2731e.tar.gz nixos-config-2e46123cb14b7a4160fff501087b79541df2731e.zip |
Fix(hosts/isimud): Import the whole system configuration
Diffstat (limited to 'hosts/tiamat')
-rw-r--r-- | hosts/tiamat/default.nix | 3 | ||||
-rw-r--r-- | hosts/tiamat/hardware/default.nix | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/hosts/tiamat/default.nix b/hosts/tiamat/default.nix index 73c04606..3aa291c2 100644 --- a/hosts/tiamat/default.nix +++ b/hosts/tiamat/default.nix @@ -7,6 +7,9 @@ ]; soispha = { + services.steam = { + enable = true; + }; locale = { enable = true; keyMap = "us"; diff --git a/hosts/tiamat/hardware/default.nix b/hosts/tiamat/hardware/default.nix index dd0dd7d9..95a3ce43 100644 --- a/hosts/tiamat/hardware/default.nix +++ b/hosts/tiamat/hardware/default.nix @@ -8,6 +8,7 @@ nixpkgs.hostPlatform = "x86_64-linux"; soispha.disks = { + enable = true; disk = "/dev/disk/by-id/nvme-CT1000P5SSD8_21032C857568"; ssd = true; swap = { |