diff options
Diffstat (limited to 'machines/173-249-5-230/machine.nix')
| -rw-r--r-- | machines/173-249-5-230/machine.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/machines/173-249-5-230/machine.nix b/machines/173-249-5-230/machine.nix new file mode 100644 index 0000000..672d46b --- /dev/null +++ b/machines/173-249-5-230/machine.nix @@ -0,0 +1,10 @@ +{ + hostname = "173-249-5-230"; + usernames = ["mtgmonkey"]; + system = "x86_64-linux"; + configuration = ./configuration.nix; + hardware-configuration = ./hardware-configuration.nix; + pub-keys = { + ssh = []; + }; +} |
