Commit for generation 170
This commit is contained in:
@@ -53,7 +53,6 @@
|
|||||||
security.sudo.extraConfig = ''
|
security.sudo.extraConfig = ''
|
||||||
pagedmov ALL=(ALL) NOPASSWD: /run/current-system/sw/bin/nixos-rebuild
|
pagedmov ALL=(ALL) NOPASSWD: /run/current-system/sw/bin/nixos-rebuild
|
||||||
'';
|
'';
|
||||||
asdasdasdasd
|
|
||||||
users.users.pagedmov = {
|
users.users.pagedmov = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
|
extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
|
||||||
|
|||||||
@@ -50,6 +50,7 @@
|
|||||||
nixconf = "nvim $HOME/sysflakes/glasshouse-desktop/configuration.nix";
|
nixconf = "nvim $HOME/sysflakes/glasshouse-desktop/configuration.nix";
|
||||||
viflake = "nvim flake.nix";
|
viflake = "nvim flake.nix";
|
||||||
nvimcfg = "ranger $HOME/sysflakes/glasshouse-desktop/dotfiles/packages/nixvim/";
|
nvimcfg = "ranger $HOME/sysflakes/glasshouse-desktop/dotfiles/packages/nixvim/";
|
||||||
|
nix = "nix-beep";
|
||||||
};
|
};
|
||||||
|
|
||||||
initExtraFirst = ''
|
initExtraFirst = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user