Updote to NixOS 21.11
This commit is contained in:
parent
46d404d109
commit
5888a0e26f
4 changed files with 58 additions and 28 deletions
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
nix.package = pkgs.nixUnstable;
|
||||
nix.extraOptions = ''
|
||||
experimental-features = nix-command flakes ca-derivations ca-references
|
||||
experimental-features = nix-command flakes ca-derivations
|
||||
'';
|
||||
#nix.registry.nixpkgs.flake = nixpkgs;
|
||||
# Use the GRUB 2 boot loader.
|
||||
|
|
@ -114,6 +114,7 @@
|
|||
users.users.alex = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue