fix template + minor refactor

This commit is contained in:
Vivian 2022-10-31 10:41:17 +01:00
parent 64b15ce4e0
commit cb011f8b4a
6 changed files with 108 additions and 86 deletions

View file

@ -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";