diff --git a/flake.lock b/flake.lock index d9f8e66..396c4ae 100644 --- a/flake.lock +++ b/flake.lock @@ -464,11 +464,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1736441705, - "narHash": "sha256-OL7leZ6KBhcDF3nEKe4aZVfIm6xQpb1Kb+mxySIP93o=", + "lastModified": 1736978406, + "narHash": "sha256-oMr3PVIQ8XPDI8/x6BHxsWEPBRU98Pam6KGVwUh8MPk=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "8870dcaff63dfc6647fb10648b827e9d40b0a337", + "rev": "b678606690027913f3434dea3864e712b862dde5", "type": "github" }, "original": { @@ -495,11 +495,11 @@ }, "nixpkgs-master": { "locked": { - "lastModified": 1736952325, - "narHash": "sha256-XX8DFutsohz3Sa1SFEs/GrT6eV9P9HSvO3UaDmlQje4=", + "lastModified": 1736981395, + "narHash": "sha256-eaMUIafQdwWdt0jb7svzQ3S75otfVaDRR/3j7ftyVZg=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "885e9e84743be7aea11e5af67cd87f19bbc24a5a", + "rev": "c7f73ed1ad47009a95815327d478dba0db03c844", "type": "github" }, "original": { @@ -511,11 +511,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1736848588, - "narHash": "sha256-9B6fQqphF3j9lpcxQnKyIUgp3NyGi7ikb9CjCYqixcY=", + "lastModified": 1736910646, + "narHash": "sha256-Jzq/EKtSxOCA9hFuovQGlzOuRA8p9cB4mMYWUeCW4FA=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "357cd3dfdb8993af11268d755d53357720675e66", + "rev": "0bd024d34eb07cef235f94258423f40a41182088", "type": "github" }, "original": { @@ -624,11 +624,11 @@ "tinted-tmux": "tinted-tmux" }, "locked": { - "lastModified": 1736381946, - "narHash": "sha256-k66y4eMHZiJO3N43wuZOdoRmGmNwIj3EZq6NGK+AEM8=", + "lastModified": 1736955352, + "narHash": "sha256-VujiBKJYM32b7HZEVO3Txla989lE7HMNGhVomLtguB0=", "owner": "danth", "repo": "stylix", - "rev": "c62df1918d178ade64dc8a2df99e78a5d5f20514", + "rev": "ef93972237a82cc340e804a1d2d4140ad65fe81d", "type": "github" }, "original": { diff --git a/machines/hephaestus/configuration.nix b/machines/hephaestus/configuration.nix index 39a3e35..4d6244c 100644 --- a/machines/hephaestus/configuration.nix +++ b/machines/hephaestus/configuration.nix @@ -156,7 +156,12 @@ in }; }; - swapDevices = [ { device = "/dev/disk/by-uuid/5d6d0388-2b15-4ff1-9f0f-391818a76090"; } ]; + swapDevices = [ + { + device = "/dev/disk/by-uuid/5d6d0388-2b15-4ff1-9f0f-391818a76090"; + size = 16 * 1024; + } + ]; nixpkgs = { hostPlatform = "x86_64-linux";