minor config cleanup
This commit is contained in:
parent
763ee4a89b
commit
c900742f44
1 changed files with 11 additions and 12 deletions
|
|
@ -1,19 +1,18 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
|
services = {
|
||||||
services.tty-ips.enable = true;
|
tty-ips.enable = true;
|
||||||
networking.yggdrasil = {
|
};
|
||||||
|
networking = {
|
||||||
|
yggdrasil = {
|
||||||
enable = true;
|
enable = true;
|
||||||
AllowedPublicKeys = [
|
AllowedPublicKeys = [
|
||||||
"d0e265fcf663451ae9bc048dc1297749819ce9d48042a986f2866c15a779a074"
|
"d0e265fcf663451ae9bc048dc1297749819ce9d48042a986f2866c15a779a074"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
nixpkgs.hostPlatform = "x86_64-linux";
|
hostName = "smultiboi";
|
||||||
networking.hostName = "smultiboi";
|
};
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
# pkgs.otf
|
|
||||||
];
|
];
|
||||||
# Used for backwards compatibility, please read the changelog before changing.
|
|
||||||
# $ darwin-rebuild changelog
|
|
||||||
system.stateVersion = "25.05";
|
system.stateVersion = "25.05";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue