summaryrefslogtreecommitdiff
path: root/hosts/pendrive/configuration.nix
diff options
context:
space:
mode:
authoradikro </run/secrets/git/email>2026-02-09 16:03:51 +0100
committeradikro </run/secrets/git/email>2026-02-09 16:03:51 +0100
commit43f1d9649a8cf9043dee99a3e366534134aba57b (patch)
treea010b7e0de347371ad223baac524fba2e04052b8 /hosts/pendrive/configuration.nix
parent5c5f2d7e646eb8e984e2004074a400d0cc479f00 (diff)
...
Diffstat (limited to 'hosts/pendrive/configuration.nix')
-rw-r--r--hosts/pendrive/configuration.nix8
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;