Add a nix box managed by June
Every admin can login as its own user with the keys listed here: https://git.hamburg.ccc.de/CCCHH/infrastructure-authorized-keys/src/branch/trunk/authorized_keys
This commit is contained in:
parent
3aae597752
commit
7c7da0db05
5 changed files with 110 additions and 0 deletions
9
config/hosts/nix-box-june/default.nix
Normal file
9
config/hosts/nix-box-june/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./configuration.nix
|
||||
./networking.nix
|
||||
./users.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue