hosts: add ooksmedia
This commit is contained in:
parent
f3895ce019
commit
10816d1a0a
10 changed files with 301 additions and 27 deletions
|
|
@ -15,5 +15,12 @@ in {
|
|||
profile = "linode";
|
||||
services = ["website" "forgejo"];
|
||||
};
|
||||
ookmedia = mkServer {
|
||||
inherit withSystem;
|
||||
system = "x86_64-linux";
|
||||
hostname = "ooksmedia";
|
||||
type = "desktop";
|
||||
services = [];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue