lix
This commit is contained in:
@@ -161,8 +161,14 @@ in {
|
||||
# Allow unfree
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
# Enable flakes
|
||||
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||
# Use Lix as the system Nix implementation
|
||||
nix.package = pkgs.lixPackageSets.stable.lix;
|
||||
|
||||
# Enable flakes + restrict who can submit builds to the daemon
|
||||
nix.settings = {
|
||||
experimental-features = ["nix-command" "flakes"];
|
||||
allowed-users = ["root" flakeConfig.username];
|
||||
};
|
||||
|
||||
# Auto-unlock gnome-keyring on login
|
||||
security.pam.services.login.enableGnomeKeyring = true;
|
||||
|
||||
Reference in New Issue
Block a user