This commit is contained in:
tulg 2026-04-24 17:57:59 +03:00
parent d0a6fb398e
commit 27f0e0c797
6 changed files with 96 additions and 82 deletions

View file

@ -10,8 +10,6 @@
programs.noctalia-shell = {
enable = true;
settings = {
# configure noctalia here; defaults will
# be deep merged with these attributes.
bar = {
density = "compact";
position = "top";
@ -57,7 +55,5 @@
enabled = false;
};
};
# this may also be a string or a path to a JSON file,
# but in this case must include *all* settings.
};
}

View file

@ -8,6 +8,9 @@
wireguard-tools
iproute2
util-linux
qdirstat
moonlight-qt
amdgpu_top
];
nixpkgs.config.allowUnfree = true;
nix.settings.experimental-features = ["nix-command" "flakes"];

View file

@ -7,6 +7,18 @@
services.ratbagd.enable = true; # logitech mouse config backend thingy
systemd.services.tailscaled.after = ["network-online.target"];
systemd.services.tailscaled.wants = ["network-online.target"];
services.avahi = {
enable = true;
nssmdns = true;
publish = {
enable = true;
addresses = true;
domain = true;
hinfo = true;
userServices = true;
workstation = true;
};
};
services.tailscale = {
enable = true;
openFirewall = true;