From 568095b2288bba29426c043b56393a3b1299b693 Mon Sep 17 00:00:00 2001 From: revol-xut Date: Sat, 23 Apr 2022 14:11:08 +0200 Subject: [PATCH] renamed custom gnuradio --- flake.lock | 6 +++--- modules/base.nix | 1 + modules/gnuradio.nix | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index f124bef..def7e2b 100644 --- a/flake.lock +++ b/flake.lock @@ -58,11 +58,11 @@ "utils": "utils" }, "locked": { - "lastModified": 1650713112, - "narHash": "sha256-5DpOAwTxPkQLONQ6O7klpGY7MasrUzTN5eR0FSr9h5I=", + "lastModified": 1650715831, + "narHash": "sha256-870mDdD9kNscxfSMtymt57WvcqZHbI3BYYCL44z/rpc=", "owner": "dump-dvb", "repo": "radio-conf", - "rev": "4043c1aeab7634276fcdb28c1079633723ef61fe", + "rev": "953102d26d543a14197f5c601f20725e3e29ae58", "type": "github" }, "original": { diff --git a/modules/base.nix b/modules/base.nix index 6f9bd5a..8a97d4f 100644 --- a/modules/base.nix +++ b/modules/base.nix @@ -38,6 +38,7 @@ wget git-crypt neovim + custom-gnuradio ]; # Enable the OpenSSH daemon. diff --git a/modules/gnuradio.nix b/modules/gnuradio.nix index baf4bdd..25e9cc0 100644 --- a/modules/gnuradio.nix +++ b/modules/gnuradio.nix @@ -17,9 +17,9 @@ }; }; }; - users.users.infoscreen = { - name = "infoscreen"; - description = "custom user for service infoscreen service"; + users.users.gnu-radio = { + name = "gnu-radio"; + description = "gnu radio service user"; isNormalUser = true; }; }