fix template + minor refactor
This commit is contained in:
parent
64b15ce4e0
commit
cb011f8b4a
6 changed files with 108 additions and 86 deletions
|
@ -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