make ssh keys referenced

This commit is contained in:
41666 2023-12-23 01:41:56 -05:00
parent a5d5f9f74e
commit 4afe36edd2
4 changed files with 15 additions and 9 deletions

View file

@ -1,9 +1,12 @@
{ pkgs, config, modulesPath, ... }: {
imports = [
(modulesPath + "/virtualisation/proxmox-lxc.nix")
../../nixos/base.nix
];
system.stateVersion = "24.05";
users.users.root.openssh.authorizedKeys.keys = import ../users/noe-keys;
environment.systemPackages = with pkgs; [
bashInteractive
];