renamed custom gnuradio

This commit is contained in:
Tassilo - 2022-04-23 14:11:08 +02:00
parent c834eb70f2
commit 568095b228
Signed by: revol-xut
GPG Key ID: 4F56FF7759627D07
3 changed files with 7 additions and 6 deletions

View File

@ -58,11 +58,11 @@
"utils": "utils" "utils": "utils"
}, },
"locked": { "locked": {
"lastModified": 1650713112, "lastModified": 1650715831,
"narHash": "sha256-5DpOAwTxPkQLONQ6O7klpGY7MasrUzTN5eR0FSr9h5I=", "narHash": "sha256-870mDdD9kNscxfSMtymt57WvcqZHbI3BYYCL44z/rpc=",
"owner": "dump-dvb", "owner": "dump-dvb",
"repo": "radio-conf", "repo": "radio-conf",
"rev": "4043c1aeab7634276fcdb28c1079633723ef61fe", "rev": "953102d26d543a14197f5c601f20725e3e29ae58",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -38,6 +38,7 @@
wget wget
git-crypt git-crypt
neovim neovim
custom-gnuradio
]; ];
# Enable the OpenSSH daemon. # Enable the OpenSSH daemon.

View File

@ -17,9 +17,9 @@
}; };
}; };
}; };
users.users.infoscreen = { users.users.gnu-radio = {
name = "infoscreen"; name = "gnu-radio";
description = "custom user for service infoscreen service"; description = "gnu radio service user";
isNormalUser = true; isNormalUser = true;
}; };
} }