summaryrefslogtreecommitdiff
path: root/machines/laptop/machine.nix
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2025-12-30 13:47:08 +0100
committerandromeda <andromeda@lenovo>2025-12-30 13:47:08 +0100
commite39747ae2e9f4032b234f1f8d9a399b240f66539 (patch)
treec8859757d48bc012f3c2d0526f09aed2896797e7 /machines/laptop/machine.nix
parent9a089ea5090c72e363446b1576724edfbdb42c81 (diff)
andromeda: add agenix; machines: start to add box
Diffstat (limited to 'machines/laptop/machine.nix')
-rw-r--r--machines/laptop/machine.nix4
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 = [];
}