diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 33109d98..8439662c 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -57,7 +57,7 @@ myModules.extra.enable = true; myModules.electron.enable = true; myModules.code.enable = true; - myModules.games.enable = true; + myModules.games.enable = false; myModules.syncthing.enable = true; myModules.fonts.enable = true; }; diff --git a/nixos/flake.lock b/nixos/flake.lock index f0dd2f7b..0a15538d 100644 --- a/nixos/flake.lock +++ b/nixos/flake.lock @@ -1275,11 +1275,11 @@ ] }, "locked": { - "lastModified": 1755739851, - "narHash": "sha256-SC703bnPGOPWSEdZN2J2MkJWQBcUHV4QzuvFPdSVUME=", + "lastModified": 1755914636, + "narHash": "sha256-VJ+Gm6YsHlPfUCpmRQxvdiZW7H3YPSrdVOewQHAhZN8=", "owner": "nix-community", "repo": "home-manager", - "rev": "3c3510e61ca5c15a0f13d73c2232fa2d5478a86c", + "rev": "8b55a6ac58b678199e5bba701aaff69e2b3281c0", "type": "github" }, "original": { @@ -1446,11 +1446,11 @@ "nixpkgs-regression": "nixpkgs-regression" }, "locked": { - "lastModified": 1755731716, - "narHash": "sha256-r9toiNU6KU9zaw3q8EWhS1b7/Sw0FV+jFGQjvvsCIzM=", + "lastModified": 1755960879, + "narHash": "sha256-JsPWyKKiwVfBI62PcFOTljg66EgM2HTMyoQDplkSTWg=", "owner": "NixOS", "repo": "nix", - "rev": "e2b984704ab2c365c08458f886861881ce43400b", + "rev": "c9211b0b2d52a26ed666780b763b39a5bddd3fb3", "type": "github" }, "original": { diff --git a/nixos/machines/railbird-sf.nix b/nixos/machines/railbird-sf.nix index f3a7afd2..690e6631 100644 --- a/nixos/machines/railbird-sf.nix +++ b/nixos/machines/railbird-sf.nix @@ -12,7 +12,8 @@ boot.kernelModules = [ "kvm-amd" ]; boot.extraModulePackages = [ ]; boot.loader.systemd-boot.enable = true; - modules.postgres.enable = true; + myModules.postgres.enable = true; + features.full.enable = true; services.k3s.role = "agent"; services.k3s.extraFlags = lib.mkForce ["--node-label nixos-nvidia-cdi=enabled"]; @@ -24,7 +25,7 @@ powerManagement.finegrained = false; # Enable the Nvidia settings menu, - # accessible via `nvidia-settings`. + # accessible via `nvidia-settings`. nvidiaSettings = true; };