summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/toaster/default.nix2
-rw-r--r--hosts/toaster/hardware-configuration.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/hosts/toaster/default.nix b/hosts/toaster/default.nix
index c21086d..aa6531c 100644
--- a/hosts/toaster/default.nix
+++ b/hosts/toaster/default.nix
@@ -49,7 +49,7 @@
programs.steam.enable = true;
environment.systemPackages = with pkgs; [
- factorio
+ # factorio
];
services.emacs.defaultEditor = false;
diff --git a/hosts/toaster/hardware-configuration.nix b/hosts/toaster/hardware-configuration.nix
index f8bc0bb..c49eb32 100644
--- a/hosts/toaster/hardware-configuration.nix
+++ b/hosts/toaster/hardware-configuration.nix
@@ -46,7 +46,7 @@ options = [ "zfsutil" ];
};
swapDevices =
- [ { device = "/dev/disk/by-partuuid/8a544c8b-1a49-481b-a685-253ef7478b2c";
+ [ { device = "/dev/disk/by-partuuid/037518f2-9fa0-44f0-9550-745e27bf1c1f";
randomEncryption = true;}
];