mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2026-07-04 17:51:48 +02:00
Compare commits
16 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 309f55bdfd | |||
| ed5cb0273f | |||
| 3b6ed118fe | |||
| a762cfe599 | |||
| 7decdd3319 | |||
| 2c09046ff0 | |||
| 90064a34b0 | |||
| cd2671f530 | |||
| 9a52d2bae9 | |||
| a8661c4290 | |||
| da7dc422ca | |||
| 6fc6954531 | |||
| a15dfb95a0 | |||
| dc75e523e7 | |||
| 5a9a780a34 | |||
| 38e54112a0 |
@@ -249,7 +249,7 @@ in
|
||||
users.users.drumknotty = {
|
||||
extraGroups = [ "lp" ];
|
||||
shell =
|
||||
(pkgs.writeShellScriptBin "login-shell" "${lib.getExe' cfg.screenPackage "screen"} -x ${cfg.screenSessionName} -p dibbler")
|
||||
(pkgs.writeShellScriptBin "login-shell" "${lib.getExe' cfg.screenPackage "screen"} -x ${cfg.screenSessionName}")
|
||||
// {
|
||||
shellPath = "/bin/login-shell";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user