Compare commits

..

No commits in common. "09ed8c124416f1ad9f63cfa13bb17745b3c5ac7a" and "415097969738cb9b66335f2304628feeaa78b446" have entirely different histories.

3 changed files with 20 additions and 16 deletions

View file

@ -0,0 +1,19 @@
{ config, pkgs, ... }:
{
services.tty-ips.enable = true;
networking.yggdrasil = {
enable = true;
AllowedPublicKeys = [
"d0e265fcf663451ae9bc048dc1297749819ce9d48042a986f2866c15a779a074"
];
};
nixpkgs.hostPlatform = "x86_64-linux";
networking.hostName = "smultiboi";
environment.systemPackages = [
# pkgs.otf
];
# Used for backwards compatibility, please read the changelog before changing.
# $ darwin-rebuild changelog
system.stateVersion = "25.05";
}

View file

@ -12,19 +12,4 @@ in
"${modulesPath}/virtualisation/lxc-container.nix"
./configuration.nix
];
services = {
tty-ips.enable = true;
};
networking = {
yggdrasil = {
enable = true;
AllowedPublicKeys = [
"d0e265fcf663451ae9bc048dc1297749819ce9d48042a986f2866c15a779a074"
];
};
hostName = "smultiboi";
};
environment.systemPackages = [
];
system.stateVersion = "25.05";
}

View file

@ -6,7 +6,7 @@
++ [
flake.inputs.disko.nixosModules.default
];
nixpkgs.hostPlatform = "x86_64-linux";
nixpkgs.overlays = [ flake.inputs.self.overlays.default ];
services.tailscale = {
enable = true;