1
1
Fork 0

centroid: pin nixpkgs

This commit is contained in:
Tim Van Baak 2024-01-19 01:34:08 +00:00
parent d8628b33cc
commit af0918603d
2 changed files with 2 additions and 0 deletions

View File

@ -58,6 +58,7 @@
system = "x86_64-linux"; system = "x86_64-linux";
modules = [ modules = [
self.nixosModules.beatific self.nixosModules.beatific
(pinNixpkgs nixpkgs-2311)
./machine/centroid ./machine/centroid
]; ];
}; };

View File

@ -18,6 +18,7 @@
}; };
networking.networkmanager.enable = true; networking.networkmanager.enable = true;
users.users.tvb.extraGroups = [ "networkmanager" ];
system.stateVersion = "23.11"; system.stateVersion = "23.11";
} }