about summary refs log tree commit diff
path: root/machines/devhell
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2021-06-09 10:58:37 +0100
committerdevhell <devhell@mailfresser.de>2021-06-09 10:58:37 +0100
commitb18dc278228d9318217a6b55962f0ce4eeed80fd (patch)
tree9f70b0ac6ed1bd9c0c2d1e9934d174b046421815 /machines/devhell
parentf489dc81750953df8b7f89fab4a920ba54947a73 (diff)
treewide: Fix eval errors post 21.05 release
A few things have changed since the recent NixOS 21.05 release. Mostly
naming stuff, so nothing dramatic.
Diffstat (limited to 'machines/devhell')
-rw-r--r--machines/devhell/hildr.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/machines/devhell/hildr.nix b/machines/devhell/hildr.nix
index 7ea5fd36..1a547b68 100644
--- a/machines/devhell/hildr.nix
+++ b/machines/devhell/hildr.nix
@@ -47,7 +47,7 @@
     fsType = "vfat";
   };
 
-  swapDevices = [ 
+  swapDevices = [
     { device = "/dev/disk/by-uuid/ff725995-b9a1-453f-9e6d-ba9bd6579db6"; }
   ];
 
@@ -98,7 +98,7 @@
   services = {
     thermald.enable = true;
     tftpd.enable = false;
-    gnome3.gnome-keyring.enable = true;
+    gnome.gnome-keyring.enable = true;
     printing = {
       enable = true;
       drivers = [ pkgs.foo2zjs pkgs.cups-brother-hl1110 ];