garbage optimise
This commit is contained in:
parent
a8d1888580
commit
181d52fe40
5 changed files with 8 additions and 8 deletions
|
|
@ -1,10 +1,5 @@
|
||||||
{
|
{
|
||||||
description = "First stab at a flake for my system config";
|
description = "Complete system and home config";
|
||||||
|
|
||||||
# nix = {
|
|
||||||
# gc.automatic = true;
|
|
||||||
# optimize.automatic = true;
|
|
||||||
# };
|
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
|
||||||
|
|
@ -25,7 +20,6 @@
|
||||||
./system/gnome.nix
|
./system/gnome.nix
|
||||||
./system/btrbk.nix
|
./system/btrbk.nix
|
||||||
./system/hardware-nova.nix
|
./system/hardware-nova.nix
|
||||||
#firewall
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
romulus = nixpkgs.lib.nixosSystem {
|
romulus = nixpkgs.lib.nixosSystem {
|
||||||
|
|
|
||||||
|
|
@ -78,6 +78,7 @@
|
||||||
|
|
||||||
# text publishing
|
# text publishing
|
||||||
hunspell
|
hunspell
|
||||||
|
hunspellDicts.en_US
|
||||||
hunspellDicts.de_DE
|
hunspellDicts.de_DE
|
||||||
hunspellDicts.th_TH
|
hunspellDicts.th_TH
|
||||||
hyphen
|
hyphen
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 483 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 326 KiB |
|
|
@ -6,7 +6,12 @@
|
||||||
./interception-tools.nix
|
./interception-tools.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix = {
|
||||||
|
settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
|
gc.automatic = true;
|
||||||
|
gc.dates = "weekly";
|
||||||
|
optimise.automatic = true;
|
||||||
|
};
|
||||||
|
|
||||||
zramSwap.enable = true;
|
zramSwap.enable = true;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue