Commit for generation 168
This commit is contained in:
@@ -53,7 +53,6 @@
|
||||
security.sudo.extraConfig = ''
|
||||
pagedmov ALL=(ALL) NOPASSWD: /run/current-system/sw/bin/nixos-rebuild
|
||||
'';
|
||||
aasdasdads
|
||||
|
||||
users.users.pagedmov = {
|
||||
isNormalUser = true;
|
||||
|
||||
@@ -228,7 +228,7 @@ nixswitch() {
|
||||
fi
|
||||
sudo nixos-rebuild switch --flake "$HOME/sysflakes#glasshouse"
|
||||
builtin cd $OLDPWD
|
||||
if [ "$?" -eq "0" ]; then
|
||||
if [ $? -eq 0 ]; then
|
||||
sounds_enabled && (aplay ~/sound/sys/update.wav > /dev/null 2>&1 &)
|
||||
else
|
||||
sounds_enabled && (aplay ~/sound/sys/error.wav > /dev/null 2>&1 &)
|
||||
|
||||
Reference in New Issue
Block a user