diff --git a/flake.lock b/flake.lock index 58c0ee13..c9a2cbf4 100644 --- a/flake.lock +++ b/flake.lock @@ -434,11 +434,11 @@ "utils": "utils_2" }, "locked": { - "lastModified": 1673815682, - "narHash": "sha256-zG7Rroki+89poCTr1D8BM/wTCl+DZJvU4IUE+5hxG7U=", + "lastModified": 1673948101, + "narHash": "sha256-cD0OzFfnLFeeaz4jVszH9QiMTn+PBxmcYzrp+xujpwM=", "owner": "nix-community", "repo": "home-manager", - "rev": "3e42035fc013ed4d8af6ee8dc0079c0c551c45a5", + "rev": "bd3efacb82c721edad1ce9eda583df5fb62ab00a", "type": "github" }, "original": { @@ -455,11 +455,11 @@ "xdph": "xdph" }, "locked": { - "lastModified": 1673881944, - "narHash": "sha256-DvS8CLz4nPx23tBYJfJtxTiP5fRV3Urhw74pwVdSYCU=", + "lastModified": 1673953056, + "narHash": "sha256-C0AnzNLRVJ7ljgtWUtn9foD/3XyvoCSNjbPMVCFojp0=", "owner": "hyprwm", "repo": "Hyprland", - "rev": "589046ecf74965a8e22a9891290f4b289c60a334", + "rev": "f14e8088478bf1e80e02a213a23c528fe32d3b91", "type": "github" }, "original": { @@ -840,11 +840,11 @@ ] }, "locked": { - "lastModified": 1673606904, - "narHash": "sha256-vK4dCZEwsetub7FLu+IpD2Ro6pMzifPBPPQutfZcxsY=", + "lastModified": 1673912429, + "narHash": "sha256-1HnrX/nFD1GqfU3S7He+J5v+DbZ6rLa//DNYOwIZeCU=", "owner": "pta2002", "repo": "nixvim", - "rev": "b9a4f0ca19201cbc2e6c583f3f3a269fe1a6314f", + "rev": "d0910a6ddba8f3ad2079243a5cb4480739cb00e1", "type": "github" }, "original": { @@ -855,11 +855,11 @@ }, "nur": { "locked": { - "lastModified": 1673874395, - "narHash": "sha256-bIMqmL3iUt4EyoqsYAipDB6Xa5Pqvu9cwGIF5XgpVq4=", + "lastModified": 1673935396, + "narHash": "sha256-AkimCjK8quWnfMTmSKORp2tCs1dAifJD1BEn3bYnS/w=", "owner": "nix-community", "repo": "NUR", - "rev": "8cd0467d8f5399d83e0bfd381dafd1cd124c9545", + "rev": "7e9a5b42d68ca84a91e082ad325318e01456d2b5", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index a3db2187..0dc05740 100644 --- a/flake.nix +++ b/flake.nix @@ -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) ]; }; diff --git a/nixos/common/users/laura.nix b/nixos/common/users/laura.nix index a0d0ea72..91e19fa0 100644 --- a/nixos/common/users/laura.nix +++ b/nixos/common/users/laura.nix @@ -5,6 +5,7 @@ openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBIlFUUXbwOkhNUjoA6zueTdRuaylgpgFqSe/xWGK9zb laura@zmeura" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBVkk9/80askWhInQk03JMntF6SThAYkFZNm+lIGt4E7 laura@mura" ]; extraGroups = [ ];