mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 16:46: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 = [
|
experimental-features = [
|
||||||
"nix-command"
|
"nix-command"
|
||||||
"flakes"
|
"flakes"
|
||||||
"auto-allocate-uids"
|
|
||||||
"configurable-impure-env"
|
|
||||||
"impure-derivations"
|
|
||||||
"git-hashing"
|
|
||||||
];
|
];
|
||||||
warn-dirty = true;
|
warn-dirty = true;
|
||||||
use-xdg-base-directories = true;
|
use-xdg-base-directories = true;
|
||||||
|
@ -105,6 +101,7 @@ in {
|
||||||
networking.hosts = {
|
networking.hosts = {
|
||||||
"192.168.191.46" = [ "zap" ];
|
"192.168.191.46" = [ "zap" ];
|
||||||
"192.168.191.142" = [ "kuraokami" ];
|
"192.168.191.142" = [ "kuraokami" ];
|
||||||
|
"2a01:4f8:1c1e:7f93::1" = [ "bloomshine.de" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue