summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-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;