Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2022-04-15 11:10:56 -04:00
parent 6562c670d3
commit e88b247819
2 changed files with 0 additions and 10 deletions

View File

@ -1,9 +0,0 @@
{ config, pkgs, ... }:
{
users.motd = builtins.readFile ./motd;
services.tailscale.port = 15429;
networking.hostName = "ontos";
networking.hostId = "07602ecc";
}

1
hosts/ontos/default.nix Executable file → Normal file
View File

@ -6,5 +6,4 @@
networking.hostName = "ontos";
networking.hostId = "07602ecc";
within.backups.repo = "57196@usw-s007.rsync.net:ontos";
}