You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
380 B
20 lines
380 B
{
|
|
imports = [
|
|
./hardware-configuration.nix
|
|
./services
|
|
|
|
../common/global
|
|
../common/users/misterio
|
|
];
|
|
|
|
networking = {
|
|
hostName = "celaeno";
|
|
useDHCP = true;
|
|
};
|
|
system.stateVersion = "22.05";
|
|
# Slows down write operations considerably
|
|
nix.settings.auto-optimise-store = false;
|
|
|
|
boot.binfmt.emulatedSystems = [ "x86_64-linux" "i686-linux" ];
|
|
}
|
|
|
|
|