add laura ssh key

This commit is contained in:
Vivian 2023-01-17 13:49:31 +01:00
parent eda3f87bc3
commit 6c5c4b0df8
3 changed files with 16 additions and 17 deletions

View file

@ -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) ];
};