diff options
| author | andromeda <andromeda@lenovo> | 2025-12-31 01:14:37 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2025-12-31 01:14:37 +0100 |
| commit | 42a93f042e2c821939fa6aa4ac8945997d5b5099 (patch) | |
| tree | bcc6ec5399cdabd28c9e30faca59d6bea925e7d4 /machines.nix | |
| parent | 07655e513522db296b1032290c7cfb6a5ac64181 (diff) | |
better machine conf, rework key/machines management
Diffstat (limited to 'machines.nix')
| -rw-r--r-- | machines.nix | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/machines.nix b/machines.nix new file mode 100644 index 0000000..b9d1c76 --- /dev/null +++ b/machines.nix @@ -0,0 +1,18 @@ +{ + lenovo = { + hostname = "lenovo"; + system = "x86_64-linux"; + users = [ + "andromeda" + "mtgmonkey" + ]; + }; + _173-249-5-230 = { + hostname = "_173-249-5-230"; + system = "x86_64-linux"; + users = [ + "mtgmonkey" + ]; + pub-keys.ssh = []; + }; +} |
