flakier nixos
This commit is contained in:
@@ -46,7 +46,8 @@
|
||||
LC_TIME = "en_US.UTF-8";
|
||||
};
|
||||
|
||||
networking.hostName = "imladris"; # Define your hostname.
|
||||
# set by the configurator
|
||||
# networking.hostName = "imladris"; # Define your hostname.
|
||||
networking.networkmanager.enable = true;
|
||||
services.resolved.enable = true;
|
||||
services.resolved.fallbackDns = [
|
||||
@@ -181,6 +182,7 @@
|
||||
bitwarden
|
||||
brave
|
||||
cloc
|
||||
cmake
|
||||
cmus
|
||||
cscope
|
||||
direnv
|
||||
@@ -217,6 +219,7 @@
|
||||
lagrange
|
||||
libfixposix
|
||||
libzip
|
||||
man-pages
|
||||
mercurial
|
||||
mg
|
||||
mutt
|
||||
@@ -238,6 +241,7 @@
|
||||
scdoc
|
||||
scrot
|
||||
silver-searcher
|
||||
sqlite-interactive
|
||||
stumpwm
|
||||
syncthing
|
||||
tailscale
|
||||
@@ -268,7 +272,7 @@ ACTION=="add", SUBSYSTEM=="backlight", GROUP="video", MODE="0660"
|
||||
};
|
||||
programs.ssh.askPassword = "ksshaskpass";
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" ];
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
# settings for stateful data, like file locations and database versions
|
||||
|
||||
Reference in New Issue
Block a user