mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2024-12-29 17:56:34 +01:00
remove some experimental features
This commit is contained in:
parent
9490e11b82
commit
5105784cd2
1 changed files with 1 additions and 4 deletions
|
@ -24,10 +24,6 @@ in {
|
|||
experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
"auto-allocate-uids"
|
||||
"configurable-impure-env"
|
||||
"impure-derivations"
|
||||
"git-hashing"
|
||||
];
|
||||
warn-dirty = true;
|
||||
use-xdg-base-directories = true;
|
||||
|
@ -105,6 +101,7 @@ in {
|
|||
networking.hosts = {
|
||||
"192.168.191.46" = [ "zap" ];
|
||||
"192.168.191.142" = [ "kuraokami" ];
|
||||
"2a01:4f8:1c1e:7f93::1" = [ "bloomshine.de" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue