Compare commits
No commits in common. "09ed8c124416f1ad9f63cfa13bb17745b3c5ac7a" and "415097969738cb9b66335f2304628feeaa78b446" have entirely different histories.
09ed8c1244
...
4150979697
3 changed files with 20 additions and 16 deletions
19
configurations/nixos/tofu/configuration.nix
Normal file
19
configurations/nixos/tofu/configuration.nix
Normal 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";
|
||||||
|
}
|
||||||
|
|
@ -12,19 +12,4 @@ in
|
||||||
"${modulesPath}/virtualisation/lxc-container.nix"
|
"${modulesPath}/virtualisation/lxc-container.nix"
|
||||||
./configuration.nix
|
./configuration.nix
|
||||||
];
|
];
|
||||||
services = {
|
|
||||||
tty-ips.enable = true;
|
|
||||||
};
|
|
||||||
networking = {
|
|
||||||
yggdrasil = {
|
|
||||||
enable = true;
|
|
||||||
AllowedPublicKeys = [
|
|
||||||
"d0e265fcf663451ae9bc048dc1297749819ce9d48042a986f2866c15a779a074"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
hostName = "smultiboi";
|
|
||||||
};
|
|
||||||
environment.systemPackages = [
|
|
||||||
];
|
|
||||||
system.stateVersion = "25.05";
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
++ [
|
++ [
|
||||||
flake.inputs.disko.nixosModules.default
|
flake.inputs.disko.nixosModules.default
|
||||||
];
|
];
|
||||||
nixpkgs.hostPlatform = "x86_64-linux";
|
|
||||||
nixpkgs.overlays = [ flake.inputs.self.overlays.default ];
|
nixpkgs.overlays = [ flake.inputs.self.overlays.default ];
|
||||||
services.tailscale = {
|
services.tailscale = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue