summaryrefslogtreecommitdiff
path: root/modules/nixos/profiles
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2023-02-02 00:49:21 +0300
committerAzat Bahawi <azat@bahawi.net>2023-02-02 00:49:21 +0300
commit89399796d0b91e7904ce67de04bd2f60f0d93b5b (patch)
tree06d47b2ccc861fe8188cdb96910e651802ae06cc /modules/nixos/profiles
parente8dbb049452e014fe89df34cb8f29e7c21c37666 (diff)
2023-02-02
Diffstat (limited to 'modules/nixos/profiles')
-rw-r--r--modules/nixos/profiles/default.nix3
-rw-r--r--modules/nixos/profiles/headful.nix4
2 files changed, 2 insertions, 5 deletions
diff --git a/modules/nixos/profiles/default.nix b/modules/nixos/profiles/default.nix
index 23eb455..0c78b0f 100644
--- a/modules/nixos/profiles/default.nix
+++ b/modules/nixos/profiles/default.nix
@@ -15,8 +15,7 @@ in {
];
config = mkIf cfg.enable {
- # FIXME Enable on a fresh system!
- # ark.directories = ["/var/log"];
+ ark.directories = ["/var/log"];
programs.less = {
enable = true;
diff --git a/modules/nixos/profiles/headful.nix b/modules/nixos/profiles/headful.nix
index 2d37b47..ca604cb 100644
--- a/modules/nixos/profiles/headful.nix
+++ b/modules/nixos/profiles/headful.nix
@@ -33,9 +33,7 @@ in {
};
boot = {
- # Pretty much placebo but has some nice patches for `-march=native`
- # optimisations, P-State Zen4 support and Fsync for Wine.
- kernelPackages = mkDefault pkgs.linuxPackages_xanmod_latest;
+ kernelPackages = mkDefault pkgs.linuxPackages_latest;
# There are (arguably) not a lot of reasons to keep mitigations enabled
# for on machine that is not web-facing. First of all, to completely