updated lock

This commit is contained in:
Jakub Kropáček 2024-09-20 07:33:10 +02:00
parent c6e3daefbf
commit 9c2c168f9f
2 changed files with 6 additions and 6 deletions

View file

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1726611255, "lastModified": 1726785354,
"narHash": "sha256-/bxaYvIK6/d3zqpW26QFS0rqfd0cO4qreSNWvYLTl/w=", "narHash": "sha256-SLorVhoorZwjM1aS04bBX4fufEXIfkMdAGkj9bu2QAQ=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "d2493de5cd1da06b6a4c3e97f4e7d5dd791df457", "rev": "1786e2afdbc48e9038f7cff585069736e1d0ed44",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -21,10 +21,10 @@
work-ntb = nixpkgs.lib.nixosSystem { work-ntb = nixpkgs.lib.nixosSystem {
system = "x86_64-linux"; system = "x86_64-linux";
modules = [ modules = [
./nixosModules ./nixosModules # TODO: move to base
./hosts/work-ntb ./hosts/work-ntb
inputs.nix-flatpak.nixosModules.nix-flatpak inputs.nix-flatpak.nixosModules.nix-flatpak # TODO: move to base
inputs.home-manager.nixosModules.home-manager inputs.home-manager.nixosModules.home-manager # TODO: move to base
]; ];
specialArgs = { specialArgs = {
hostname = "work-ntb"; hostname = "work-ntb";