formatting
This commit is contained in:
parent
a2ba53b574
commit
68572a1362
6 changed files with 9 additions and 7 deletions
|
|
@ -72,7 +72,7 @@
|
|||
'';
|
||||
|
||||
# server is in germany
|
||||
time.timeZone = "Europe/Berlin"; # or "Europe/Amsterdam"
|
||||
time.timeZone = "Europe/Berlin"; # or "Europe/Amsterdam"
|
||||
|
||||
# Network configuration
|
||||
networking = {
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@
|
|||
name = uuid;
|
||||
value = {
|
||||
install_url = "https://addons.mozilla.org/en-US/firefox/downloads/latest/${shortId}/latest.xpi";
|
||||
installation_mode = "normal_installed"; # i dont want to get the packages from a non-open source source
|
||||
installation_mode = "normal_installed"; # i dont want to get the packages from a non-open source source
|
||||
};
|
||||
};
|
||||
in
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
enable = true;
|
||||
settings = {
|
||||
port = 51514;
|
||||
|
||||
|
||||
# dataDir = "/var/lib/actual"
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -84,6 +84,7 @@
|
|||
}
|
||||
];
|
||||
};
|
||||
})
|
||||
}
|
||||
)
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ in
|
|||
# information about nixos users and groups
|
||||
"/var/lib/nixos"
|
||||
|
||||
# systemd coredumps to debug crashes
|
||||
# systemd coredumps to debug crashes
|
||||
"/var/lib/systemd/coredump"
|
||||
|
||||
# NetworkManager connection profiles and WiFi passwords
|
||||
|
|
|
|||
|
|
@ -9,7 +9,8 @@
|
|||
# Allow unfree packages
|
||||
nixpkgs = {
|
||||
config = {
|
||||
allowUnfreePredicate = pkg:
|
||||
allowUnfreePredicate =
|
||||
pkg:
|
||||
builtins.elem (lib.getName pkg) [
|
||||
"vscode"
|
||||
"discord"
|
||||
|
|
@ -36,7 +37,7 @@
|
|||
"nvidia-settings"
|
||||
# blender with cuda is not foss?!?
|
||||
"blender"
|
||||
];
|
||||
];
|
||||
allowAliases = false;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue