Uses unstable nixpkgs
This commit is contained in:
parent
d3945cc621
commit
7114d779f6
3 changed files with 15 additions and 16 deletions
|
|
@ -147,7 +147,7 @@
|
|||
};
|
||||
|
||||
# Add ability to used TouchID for sudo authentication
|
||||
security.pam.enableSudoTouchIdAuth = true;
|
||||
security.pam.services.sudo_local.touchIdAuth = true;
|
||||
|
||||
# Home Manager Setup
|
||||
home-manager = {
|
||||
|
|
@ -162,7 +162,6 @@
|
|||
# Enable new Nix CLI and flakes
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
services.nix-daemon.enable = true;
|
||||
nix.package = pkgs.nix;
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue