flake: Migrate mashu to flakes

This commit is contained in:
2021-11-04 15:11:46 +01:00
parent 1d8f2f8053
commit e9b8d91559
8 changed files with 138 additions and 85 deletions

View File

@@ -160,7 +160,7 @@ in {
enable = true;
};
} // (if wireless then {
wifiInterface = config.ptw.system.wifiInterface;
wifiInterface = config.ptw.hardware.wifi.wifiInterface;
} else {});
nix.package = pkgs.nixUnstable;

View File

@@ -39,7 +39,6 @@ in inputs.nixpkgs.lib.nixosSystem {
(import ./baseSystem.nix)
(import hostConfigFile)
#(extraOptions baseConfig)
];
specialArgs = {