diff options
| author | Dominik Kaiser | 2025-02-21 12:18:34 +0100 |
|---|---|---|
| committer | Dominik Kaiser | 2025-02-21 12:18:34 +0100 |
| commit | b5043ef5261d195cab2148b5b0bfbfe1717e9835 (patch) | |
| tree | 59c97f0b2041610cefa4c4169df218bac12ca450 /hosts/sol | |
| parent | f399d9ad109068c9b9a5059e445d6276d666da7d (diff) | |
| download | nixos-b5043ef5261d195cab2148b5b0bfbfe1717e9835.tar.gz nixos-b5043ef5261d195cab2148b5b0bfbfe1717e9835.zip | |
Move nix settings to global config
Diffstat (limited to 'hosts/sol')
| -rw-r--r-- | hosts/sol/configuration.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/hosts/sol/configuration.nix b/hosts/sol/configuration.nix index b77debe..6ea7174 100644 --- a/hosts/sol/configuration.nix +++ b/hosts/sol/configuration.nix @@ -11,8 +11,6 @@ ../common/global ]; - nix.settings.experimental-features = [ "nix-command" "flakes" ]; - # Bootloader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; @@ -93,9 +91,6 @@ programs.direnv.enable = true; services.emacs.enable = true; - # Allow unfree packages - nixpkgs.config.allowUnfree = true; - # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = [ |
