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"
},
"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": {

View File

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

View File

@ -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;
};
}