update pins
This commit is contained in:
parent
02e18aa0fc
commit
274d59ce4b
12 changed files with 172 additions and 174 deletions
|
|
@ -20,7 +20,6 @@
|
|||
}@inputs:
|
||||
let
|
||||
configuration_name = "l001";
|
||||
system = "x86_64-linux";
|
||||
stateVersion = "24.11";
|
||||
primaryUser = "root";
|
||||
lib = nixpkgs.lib;
|
||||
|
|
@ -44,7 +43,6 @@
|
|||
nixosConfigurations = {
|
||||
"${configuration_name}" = (
|
||||
lib.nixosSystem {
|
||||
inherit system;
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue