From ecf32ed77857e76322394cc53aa37e4d971ddd9d Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 27 Sep 2021 19:03:16 +0200 Subject: version bumps --- flake.lock | 18 +++++++++--------- modules/uucp.nix | 2 ++ system-profiles/core.nix | 6 ++++-- 3 files changed, 15 insertions(+), 11 deletions(-) diff --git a/flake.lock b/flake.lock index c13ae8c1..e281db6a 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1629347633, - "narHash": "sha256-FGZJ7lmTAMIkjdrh6dIPck5HuB4KMT2GgDV5ZjiCWoc=", + "lastModified": 1632431340, + "narHash": "sha256-9xUnx5aeDp8Irg2/rWBKn3AjiiQTtsjTX0UshzMXy94=", "owner": "nix-community", "repo": "home-manager", - "rev": "bf6b85136b47ab1a76df4a90ea4850871147494a", + "rev": "b0651cc2173427857b172604f85da6afe69e1d41", "type": "github" }, "original": { @@ -23,11 +23,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1629458213, - "narHash": "sha256-1uDpJFrtNklBHHoo/9Un0CimbJ09wdhCmPO9K2nT5Nc=", + "lastModified": 1632733991, + "narHash": "sha256-fbgyoIdT1//s3b3/PbWBGBxoRPesuGhXL0cmhUKuubg=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "dc1f02f02a6a6fe2f041b3d299ee36f69d3d041b", + "rev": "5086684eadd9577b374522a767368fb6b1dd2f1d", "type": "github" }, "original": { @@ -51,11 +51,11 @@ ] }, "locked": { - "lastModified": 1625936460, - "narHash": "sha256-U6xlITKrYuhlHWe+poACaz4GJl3ZVN1BSUqZe2gFg+g=", + "lastModified": 1632602278, + "narHash": "sha256-BJNUsxR+YwqCXMojsCK1gOnoxkLdJx5zqSYL1VMxws8=", "owner": "Mic92", "repo": "sops-nix", - "rev": "ec2800174de5a7be8ec5b144819af2c7de77abe2", + "rev": "38e9270b774e50263ae1771922d7e4ff7d543aed", "type": "github" }, "original": { diff --git a/modules/uucp.nix b/modules/uucp.nix index 0334a3db..95b675a6 100644 --- a/modules/uucp.nix +++ b/modules/uucp.nix @@ -242,8 +242,10 @@ in { ''; }; + users.groups."uucp" = {}; users.users."uucp" = { name = "uucp"; + group = "uucp"; isSystemUser = true; isNormalUser = false; createHome = true; diff --git a/system-profiles/core.nix b/system-profiles/core.nix index 18c271bd..6e9c9286 100644 --- a/system-profiles/core.nix +++ b/system-profiles/core.nix @@ -70,8 +70,10 @@ in { }; sops = lib.mkIf hasSops { - gnupgHome = "/root/.gnupg"; - sshKeyPaths = []; + gnupg = { + home = "/root/.gnupg"; + sshKeyPaths = []; + }; }; environment.systemPackages = [ pkgs.git ] ++ lib.optional hasSops pkgs.gnupg; -- cgit v1.2.3