summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/bibus-lab/disko.nix11
-rw-r--r--hosts/desktop/configuration.nix2
-rw-r--r--hosts/desktop/home.nix1
3 files changed, 7 insertions, 7 deletions
diff --git a/hosts/bibus-lab/disko.nix b/hosts/bibus-lab/disko.nix
index 6ca17b9..203ec95 100644
--- a/hosts/bibus-lab/disko.nix
+++ b/hosts/bibus-lab/disko.nix
@@ -85,9 +85,6 @@
"rpool" = {
type = "zfs_fs";
options = {
- encryption = "on";
- keyformat = "passphrase";
- keylocation = "prompt";
mountpoint = "none";
compression = "zstd";
atime = "off";
@@ -107,6 +104,11 @@
type = "zfs_fs";
mountpoint = "/home";
};
+ "rpool/persist" = {
+ type = "zfs_fs";
+ mountpoint = "/persist";
+ options.mountpoint = "legacy";
+ };
"rpool/log" = {
type = "zfs_fs";
mountpoint = "/var/log";
@@ -190,9 +192,6 @@
type = "zfs_fs";
mountpoint = "none";
options = {
- encryption = "on";
- keyformat = "passphrase";
- keylocation = "prompt";
compression = "zstd";
atime = "off";
};
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix
index 7e78c91..b910f8f 100644
--- a/hosts/desktop/configuration.nix
+++ b/hosts/desktop/configuration.nix
@@ -22,7 +22,7 @@
};
drivers = {
enable = true;
- kernel = "zen";
+ # kernel = "zen";
cpu = "amd";
graphics = {
enable = true;
diff --git a/hosts/desktop/home.nix b/hosts/desktop/home.nix
index 38f1469..374b007 100644
--- a/hosts/desktop/home.nix
+++ b/hosts/desktop/home.nix
@@ -98,5 +98,6 @@
gimp
stow
antigravity-cli
+ libnotify
];
}