summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/desktop/configuration.nix2
-rw-r--r--hosts/pendrive/configuration.nix5
-rw-r--r--hosts/thinkpad/configuration.nix5
3 files changed, 9 insertions, 3 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix
index cc3cbf4..1197c3f 100644
--- a/hosts/desktop/configuration.nix
+++ b/hosts/desktop/configuration.nix
@@ -27,7 +27,7 @@
drivers = {
enable = true;
amdgpu.enable = true;
- stability = "unstable";
+ kernel = "unstable";
};
fonts.enable = true;
greet.enable = true;
diff --git a/hosts/pendrive/configuration.nix b/hosts/pendrive/configuration.nix
index 56a2aad..37ab16e 100644
--- a/hosts/pendrive/configuration.nix
+++ b/hosts/pendrive/configuration.nix
@@ -16,7 +16,10 @@
audio.enable = true;
bootloader = "systemd-boot";
- drivers.enable = true;
+ drivers = {
+ enable = true;
+ kernel = "hardened";
+ };
fonts.enable = true;
greet.enable = true;
home-manager = {
diff --git a/hosts/thinkpad/configuration.nix b/hosts/thinkpad/configuration.nix
index 08c3631..4713892 100644
--- a/hosts/thinkpad/configuration.nix
+++ b/hosts/thinkpad/configuration.nix
@@ -16,7 +16,10 @@
audio.enable = true;
bootloader = "systemd-boot";
- drivers.enable = true;
+ drivers = {
+ enable = true;
+ kernel = "hardened";
+ };
fonts.enable = true;
greet.enable = true;
home-manager = {