add laura ssh key
This commit is contained in:
parent
eda3f87bc3
commit
6c5c4b0df8
3 changed files with 16 additions and 17 deletions
|
@ -42,10 +42,8 @@
|
|||
nixvim.url = "github:pta2002/nixvim";
|
||||
nixvim.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
nixos-generators = {
|
||||
url = "github:nix-community/nixos-generators";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
nixos-generators.url = "github:nix-community/nixos-generators";
|
||||
nixos-generators.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
};
|
||||
|
@ -147,7 +145,7 @@
|
|||
};
|
||||
|
||||
proxmox-lxc = nixos-generators.nixosGenerate {
|
||||
inherit system pkgs;
|
||||
inherit pkgs;
|
||||
format = "proxmox-lxc";
|
||||
modules = [ (import ./nixos/templates/proxmox-lxc.nix) ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue