feat(system): add zram swap
This commit is contained in:
parent
041ce07092
commit
730683518c
3 changed files with 9 additions and 6 deletions
system
|
@ -1,7 +1,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [ ./i18n.nix ./nix.nix ./networking.nix ./hardened.nix ];
|
||||
imports = [ ./zram.nix ./i18n.nix ./nix.nix ./networking.nix ./hardened.nix ];
|
||||
|
||||
environment.systemPackages = with pkgs; [ wget curl openssl neovim ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue