darwin: merge hosts/darwin-common into modules/darwin/nix
This commit is contained in:
parent
53692d704e
commit
35c77911a3
3 changed files with 3 additions and 6 deletions
|
|
@ -50,7 +50,6 @@
|
||||||
./modules/darwin/nix.nix
|
./modules/darwin/nix.nix
|
||||||
|
|
||||||
./hosts/faye/conf.nix
|
./hosts/faye/conf.nix
|
||||||
./hosts/darwin-common.nix
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
{ config, lib, pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
system.stateVersion = 5;
|
|
||||||
}
|
|
||||||
|
|
@ -31,4 +31,7 @@
|
||||||
${pkgs.mkalias}/bin/mkalias "$src" "/Applications/Nix Apps/$app_name"
|
${pkgs.mkalias}/bin/mkalias "$src" "/Applications/Nix Apps/$app_name"
|
||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# changing this might break
|
||||||
|
system.stateVersion = 5;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue