diff options
| author | andromeda <andromeda@lenovo> | 2025-12-30 19:46:56 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2025-12-30 19:47:50 +0100 |
| commit | 07655e513522db296b1032290c7cfb6a5ac64181 (patch) | |
| tree | 5668cf8c8360dca928498ed06623f281c650c7d2 /machines/laptop/machine.nix | |
| parent | 89dfb0adb921ea3481987cae74f5ce626c4e7c2d (diff) | |
| parent | 9e402fdfa3f967e6b7497507f6d8eefbad6a71a9 (diff) | |
add secret scheme
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 = []; } |
