finally works again
This commit is contained in:
@@ -8,9 +8,6 @@
|
||||
home-manager.url = "github:nix-community/home-manager/release-26.05";
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
sops-nix.url = "github:Mic92/sops-nix";
|
||||
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
grasswren.url = "git+https://code.grasswren.net/Lilac/Grasswren.git?ref=main";
|
||||
grasswren.flake = false;
|
||||
};
|
||||
@@ -23,8 +20,6 @@
|
||||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
home-manager.nixosModules.home-manager
|
||||
sops-nix.nixosModules.sops
|
||||
|
||||
./hosts/desktop/default.nix
|
||||
];
|
||||
};
|
||||
@@ -33,6 +28,7 @@
|
||||
system = "x86_64-linux";
|
||||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
home-manager.nixosModules.home-manager
|
||||
./hosts/vps/default.nix
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user