migrate common settings from hosts/{instantiate -> common/default}.nix

This commit is contained in:
colin 2022-11-22 03:09:41 +00:00
parent ed52b5f251
commit 1d448a4114
2 changed files with 2 additions and 2 deletions

View File

@ -5,4 +5,6 @@
];
sane.nixcache.enable-trusted-keys = true;
nixpkgs.config.allowUnfree = true;
}

View File

@ -7,6 +7,4 @@ hostName: { ... }: {
];
networking.hostName = hostName;
nixpkgs.config.allowUnfree = true;
}