Compare commits
3 commits
4150979697
...
09ed8c1244
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
09ed8c1244 | ||
|
|
c900742f44 | ||
|
|
763ee4a89b |
3 changed files with 16 additions and 20 deletions
|
|
@ -1,19 +0,0 @@
|
||||||
{ 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,4 +12,19 @@ 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