diff options
| author | andromeda <andromeda@lenovo> | 2025-12-30 13:47:08 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2025-12-30 13:47:08 +0100 |
| commit | e39747ae2e9f4032b234f1f8d9a399b240f66539 (patch) | |
| tree | c8859757d48bc012f3c2d0526f09aed2896797e7 /machines/laptop/machine.nix | |
| parent | 9a089ea5090c72e363446b1576724edfbdb42c81 (diff) | |
andromeda: add agenix; machines: start to add box
Diffstat (limited to 'machines/laptop/machine.nix')
| -rw-r--r-- | machines/laptop/machine.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/machines/laptop/machine.nix b/machines/laptop/machine.nix index d6b1e01..77c15b5 100644 --- a/machines/laptop/machine.nix +++ b/machines/laptop/machine.nix @@ -1,6 +1,8 @@ { hostname = "lenovo"; - usernames = ["andromeda"]; + usernames = ["andromeda" "mtgmonkey"]; system = "x86_64-linux"; + configuration = ./configuration.nix; hardware-configuration = ./hardware-configuration.nix; + pub-keys.ssh = []; } |
