inital attempt at getting lxc working. Currently home-manager is broken.
This commit is contained in:
parent
6f5169947a
commit
7d1ae316bb
6 changed files with 120 additions and 16 deletions
|
@ -36,6 +36,11 @@
|
|||
inputs.flake-compat.follows = "flake-compat";
|
||||
};
|
||||
|
||||
nixos-generators = {
|
||||
url = "github:nix-community/nixos-generators";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
#https://unmovedcentre.com/technology/2024/03/22/secrets-management.html
|
||||
sops-nix = {
|
||||
url = "github:mic92/sops-nix";
|
||||
|
@ -103,6 +108,8 @@
|
|||
"gabe@gv-ubuntu" = import ./hosts/home-workstation.nix {inherit inputs outputs configLib;};
|
||||
};
|
||||
|
||||
packages.x86_64-linux.proxmox = import ./packages/proxmox.nix {inherit inputs outputs configLib;};
|
||||
|
||||
templates = import ./templates {inherit inputs outputs;};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue