Archived
This commit is contained in:
@@ -8,10 +8,10 @@
|
|||||||
url = "github:nix-community/home-manager/release-26.05";
|
url = "github:nix-community/home-manager/release-26.05";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
# disko = {
|
disko = {
|
||||||
# url = "github:nix-community/disko";
|
url = "github:nix-community/disko";
|
||||||
# inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
# };
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs, nixos-conf-editor, home-manager, ... } @ inputs:
|
outputs = { self, nixpkgs, nixos-conf-editor, home-manager, ... } @ inputs:
|
||||||
@@ -147,7 +147,7 @@ docker = nixpkgs.lib.nixosSystem {
|
|||||||
./hosts/linode/configuration.nix
|
./hosts/linode/configuration.nix
|
||||||
./modules/hardware-configuration/vm/linode.nix
|
./modules/hardware-configuration/vm/linode.nix
|
||||||
./hosts/linode/disko.nix
|
./hosts/linode/disko.nix
|
||||||
nixpkgs.disko
|
inputs.nixosModules.disko
|
||||||
|
|
||||||
home-manager.nixosModules.home-manager {
|
home-manager.nixosModules.home-manager {
|
||||||
home-manager.useGlobalPkgs = true;
|
home-manager.useGlobalPkgs = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user