Base linode installation

This commit is contained in:
Greg Hellings
2022-04-12 02:33:46 +00:00
parent 0aae697661
commit 49fb61ed94
2 changed files with 36 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{ ... }:
{
imports = [
../../profiles/linode.nix
];
networking.hostName = "linode";
}