updated lock
This commit is contained in:
parent
c6e3daefbf
commit
9c2c168f9f
2 changed files with 6 additions and 6 deletions
|
@ -7,11 +7,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1726611255,
|
||||
"narHash": "sha256-/bxaYvIK6/d3zqpW26QFS0rqfd0cO4qreSNWvYLTl/w=",
|
||||
"lastModified": 1726785354,
|
||||
"narHash": "sha256-SLorVhoorZwjM1aS04bBX4fufEXIfkMdAGkj9bu2QAQ=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "d2493de5cd1da06b6a4c3e97f4e7d5dd791df457",
|
||||
"rev": "1786e2afdbc48e9038f7cff585069736e1d0ed44",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -21,10 +21,10 @@
|
|||
work-ntb = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./nixosModules
|
||||
./nixosModules # TODO: move to base
|
||||
./hosts/work-ntb
|
||||
inputs.nix-flatpak.nixosModules.nix-flatpak
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
inputs.nix-flatpak.nixosModules.nix-flatpak # TODO: move to base
|
||||
inputs.home-manager.nixosModules.home-manager # TODO: move to base
|
||||
];
|
||||
specialArgs = {
|
||||
hostname = "work-ntb";
|
||||
|
|
Loading…
Reference in a new issue