diff options
| author | adikro </run/secrets/git/email> | 2026-02-09 16:03:51 +0100 |
|---|---|---|
| committer | adikro </run/secrets/git/email> | 2026-02-09 16:03:51 +0100 |
| commit | 43f1d9649a8cf9043dee99a3e366534134aba57b (patch) | |
| tree | a010b7e0de347371ad223baac524fba2e04052b8 /hosts/pendrive | |
| parent | 5c5f2d7e646eb8e984e2004074a400d0cc479f00 (diff) | |
...
Diffstat (limited to 'hosts/pendrive')
| -rw-r--r-- | hosts/pendrive/configuration.nix | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/hosts/pendrive/configuration.nix b/hosts/pendrive/configuration.nix index 37ab16e..9651ab6 100644 --- a/hosts/pendrive/configuration.nix +++ b/hosts/pendrive/configuration.nix @@ -15,9 +15,13 @@ allowUnfree.enable = true; audio.enable = true; - bootloader = "systemd-boot"; + bootloader.type = "systemd-boot"; drivers = { enable = true; + cpu = "intel"; + graphics = { + enable = true; + }; kernel = "hardened"; }; fonts.enable = true; @@ -38,11 +42,13 @@ users.enable = true; }; srv = { + sops.enable = true; files = { thunar.enable = true; utils.enable = true; }; nix-helper.enable = true; + monero.enable = true; }; wm = { enable = true; |
