centroid: pin nixpkgs
This commit is contained in:
parent
d8628b33cc
commit
af0918603d
|
@ -58,6 +58,7 @@
|
|||
system = "x86_64-linux";
|
||||
modules = [
|
||||
self.nixosModules.beatific
|
||||
(pinNixpkgs nixpkgs-2311)
|
||||
./machine/centroid
|
||||
];
|
||||
};
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
};
|
||||
|
||||
networking.networkmanager.enable = true;
|
||||
users.users.tvb.extraGroups = [ "networkmanager" ];
|
||||
|
||||
system.stateVersion = "23.11";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue