Compare commits

...
4 Commits
Author SHA1 Message Date
ShatteredMINT 56d4fe4a3d remove redundant option (see cb8f7107) 2026-06-14 22:45:42 +02:00
ShatteredMINT cb8f7107f5 disable sudo password 2026-06-14 22:44:43 +02:00
ShatteredMINT f5991f624a update 2026-06-14 22:42:03 +02:00
ShatteredMINT 54bf93d7a0 switch to amd graphics 2026-06-03 21:39:57 +02:00
5 changed files with 16 additions and 12 deletions
+2
View File
@@ -138,5 +138,7 @@
system.stateVersion = "24.11"; # Did you read the comment? system.stateVersion = "24.11"; # Did you read the comment?
nix.settings.trusted-users = [ "shatteredmint" ]; nix.settings.trusted-users = [ "shatteredmint" ];
# if people get to that point we are fucked anyways
security.sudo.wheelNeedsPassword = false;
} }
+5
View File
@@ -60,4 +60,9 @@
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default. networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
# required for ZFS # required for ZFS
networking.hostId = "00000001"; networking.hostId = "00000001";
hardware.graphics = {
enable = true;
enable32Bit = true;
};
} }
-2
View File
@@ -14,8 +14,6 @@
boot.kernelModules = [ ]; boot.kernelModules = [ ];
boot.extraModulePackages = [ ]; boot.extraModulePackages = [ ];
security.sudo.wheelNeedsPassword = false;
fileSystems."/" = fileSystems."/" =
{ device = "/dev/disk/by-uuid/44444444-4444-4444-8888-888888888888"; { device = "/dev/disk/by-uuid/44444444-4444-4444-8888-888888888888";
fsType = "ext4"; fsType = "ext4";
Generated
+9 -9
View File
@@ -27,11 +27,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1778535464, "lastModified": 1781365335,
"narHash": "sha256-kkUQYSv70wynJ/DfnGals6r98I6bK3CVNVTN1zbAd7Y=", "narHash": "sha256-zqDBhXMzfbdlO7F2bGHe7MOtB3xngd/+4ieMHDC+ZXo=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "b659c7ffd40fc9e3bb60d420c79c67e769b9f4ab", "rev": "5b6f5733726a1b2ccafb5dec6ac4ca7299fad66c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -42,11 +42,11 @@
}, },
"nix-flatpak": { "nix-flatpak": {
"locked": { "locked": {
"lastModified": 1777402031, "lastModified": 1780908363,
"narHash": "sha256-6gkfl9y3+ti0Z6dgby8/R4/DRT8sWU0I0TLCIxwWtjk=", "narHash": "sha256-llGS4y3Qh1eUkli3/Y2VY9FV3GOUKFZR1E2BDftt45Q=",
"owner": "gmodena", "owner": "gmodena",
"repo": "nix-flatpak", "repo": "nix-flatpak",
"rev": "22a3adbe7c5c8c8a10a635d32c9ef7fc01a6e4b8", "rev": "1df08625f0f8c7d6e300a0e5df7955bbb877d809",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -57,11 +57,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1777954456, "lastModified": 1781074563,
"narHash": "sha256-hGdgeU2Nk87RAuZyYjyDjFL6LK7dAZN5RE9+hrDTkDU=", "narHash": "sha256-md8WlXOlfnIeHeOScMTTHFyf2d6iaTwPl2apR5EQ3P4=",
"owner": "NixOs", "owner": "NixOs",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "549bd84d6279f9852cae6225e372cc67fb91a4c1", "rev": "9ae611a455b90cf061d8f332b977e387bda8e1ca",
"type": "github" "type": "github"
}, },
"original": { "original": {
-1
View File
@@ -26,7 +26,6 @@
specialArgs = inputs; specialArgs = inputs;
modules = [ modules = [
./devices/desk.nix ./devices/desk.nix
./hardware/nvidia.nix
./hardware/scanner.nix ./hardware/scanner.nix
./configuration.nix ./configuration.nix