Compare commits

..

No commits in common. "84c356d93c9aed5b0db190e2722f10996d12acb4" and "b5b2062620ba791473391139105877a51a76b2d4" have entirely different histories.

3 changed files with 0 additions and 10 deletions

@ -9,8 +9,6 @@ let mpdStreamingPort = 8080; in
./i3.nix ./i3.nix
./uefi.nix ./uefi.nix
./fstrim.nix ./fstrim.nix
./nebula.nix
./tailscale.nix
]; ];
environment.etc."lvm/lvm.conf".text = '' environment.etc."lvm/lvm.conf".text = ''

@ -15,7 +15,6 @@
./nvim05.nix ./nvim05.nix
./nm-restart.nix ./nm-restart.nix
./nebula.nix ./nebula.nix
./tailscale.nix
]; ];
hardware.enableRedistributableFirmware = true; hardware.enableRedistributableFirmware = true;

@ -1,7 +0,0 @@
{ config, pkgs, ... }: {
# make the tailscale command usable to users
environment.systemPackages = [ pkgs.tailscale ];
# enable the tailscale service
services.tailscale.enable = true;
}