From b18dc278228d9318217a6b55962f0ce4eeed80fd Mon Sep 17 00:00:00 2001 From: devhell Date: Wed, 9 Jun 2021 10:58:37 +0100 Subject: 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. --- machines/devhell/hildr.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'machines/devhell/hildr.nix') 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 ]; -- cgit 1.4.1