make ssh keys referenced
This commit is contained in:
parent
a5d5f9f74e
commit
4afe36edd2
4 changed files with 15 additions and 9 deletions
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue