flake up
This commit is contained in:
parent
d0a6fb398e
commit
27f0e0c797
6 changed files with 96 additions and 82 deletions
|
|
@ -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"];
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue