diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-04-11 12:11:12 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-04-11 12:11:12 +0530 |
| commit | 175c3689ac0dddf8514e23a27e7f42bfb4e097e7 (patch) | |
| tree | d5e10afad6c369ddce9042a0aaef48de1783433a /modules/core | |
| parent | 11e9636956bfacca3ad1b3164a0773a2cbfe6840 (diff) | |
update
Diffstat (limited to '')
| -rw-r--r-- | modules/core/global.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/core/global.nix b/modules/core/global.nix index 2e7ed90..138d970 100644 --- a/modules/core/global.nix +++ b/modules/core/global.nix @@ -11,6 +11,8 @@ in { nixPath = [ "nixpkgs=${nix_path}" ]; }; + boot.kernelParams = [ "quiet" "splash" ]; + systemd.tmpfiles.rules = [ "L+ ${nix_path} - - - - ${pkgs.path}" ]; |
