fix template + minor refactor
This commit is contained in:
parent
a953365bc7
commit
c304ab680f
6 changed files with 108 additions and 86 deletions
|
@ -1,6 +1,6 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
system.stateVersion = "21.05";
|
||||
system.stateVersion = "22.11";
|
||||
networking.interfaces.eth0.useDHCP = true;
|
||||
|
||||
fileSystems."/mnt/storage" = {
|
||||
|
|
|
@ -90,6 +90,11 @@
|
|||
mac = "00:50:56:91:3b:03";
|
||||
nix = false;
|
||||
}
|
||||
{
|
||||
hostname = "bazarr";
|
||||
ip = "192.168.0.119";
|
||||
mac = "DE:7C:32:7E:DD:A1";
|
||||
}
|
||||
{
|
||||
hostname = "radarr2";
|
||||
ip = "192.168.0.120";
|
||||
|
@ -101,6 +106,7 @@
|
|||
ip = "192.168.0.121";
|
||||
mac = "4e:e7:64:b7:88:b8";
|
||||
profile = "jackett";
|
||||
nix = false; # superseded by prowlarr
|
||||
}
|
||||
{
|
||||
hostname = "nginx";
|
||||
|
|
|
@ -30,7 +30,8 @@ let
|
|||
|
||||
exec Hyprland
|
||||
'';
|
||||
in {
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
# Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
|
@ -93,14 +94,14 @@ in {
|
|||
fileSystems."/nix".options = [ "compress=zstd" "noatime" ];
|
||||
|
||||
# Filesystem dedup
|
||||
#services.beesd.filesystems = {
|
||||
# services.beesd.filesystems = {
|
||||
# root = {
|
||||
# spec = "LABEL=nixos";
|
||||
# hashTableSizeMB = 256;
|
||||
# verbosity = "crit";
|
||||
# extraOptions = [ "--loadavg-target" "2.0" ];
|
||||
# };
|
||||
#};
|
||||
# };
|
||||
|
||||
# Select internationalisation properties.
|
||||
i18n.defaultLocale = "en_GB.utf8";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue