diff --git a/home/common/taskwarrior.nix b/home/common/taskwarrior.nix index fc391f9..9b9cc1a 100644 --- a/home/common/taskwarrior.nix +++ b/home/common/taskwarrior.nix @@ -206,7 +206,7 @@ xdg.configFile."timewarrior/timewarrior.cfg".text = '' verbose = yes confirmation = off - ''; + ''; home.file.".local/share/timewarrior/.placeholder".text = '' # placeholder ''; diff --git a/hosts/pi1/hardware-configuration.nix b/hosts/pi1/hardware-configuration.nix index 1a400f0..468b628 100644 --- a/hosts/pi1/hardware-configuration.nix +++ b/hosts/pi1/hardware-configuration.nix @@ -1,24 +1,28 @@ # Do not modify this file! It was generated by ‘nixos-generate-config’ # and may be overwritten by future invocations. Please make changes # to /etc/nixos/configuration.nix instead. -{ config, lib, pkgs, modulesPath, ... }: - { - imports = - [ (modulesPath + "/installer/scan/not-detected.nix") - ]; + config, + lib, + pkgs, + modulesPath, + ... +}: { + imports = [ + (modulesPath + "/installer/scan/not-detected.nix") + ]; - boot.initrd.availableKernelModules = [ ]; - boot.initrd.kernelModules = [ ]; - boot.kernelModules = [ ]; - boot.extraModulePackages = [ ]; + boot.initrd.availableKernelModules = []; + boot.initrd.kernelModules = []; + boot.kernelModules = []; + boot.extraModulePackages = []; - fileSystems."/" = - { device = "/dev/disk/by-uuid/44444444-4444-4444-8888-888888888888"; - fsType = "ext4"; - }; + fileSystems."/" = { + device = "/dev/disk/by-uuid/44444444-4444-4444-8888-888888888888"; + fsType = "ext4"; + }; - swapDevices = [ ]; + swapDevices = []; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking # (the default) this is the recommended approach. When using systemd-networkd it's diff --git a/hosts/server/unifi.nix b/hosts/server/unifi.nix index e246188..be28dd3 100644 --- a/hosts/server/unifi.nix +++ b/hosts/server/unifi.nix @@ -3,10 +3,10 @@ config, ... }: { - - nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ - "unifi-controller" - ]; + nixpkgs.config.allowUnfreePredicate = pkg: + builtins.elem (lib.getName pkg) [ + "unifi-controller" + ]; services = { unifi = { enable = true;