fix setting
This commit is contained in:
parent
970de0bd95
commit
f43d436602
1 changed files with 32 additions and 30 deletions
|
@ -41,7 +41,7 @@
|
|||
usersDir = ./users;
|
||||
};
|
||||
|
||||
ypkgs = nypkgs.legacyPackages.${settings.system.architecture};
|
||||
ypkgs = nypkgs.legacyPackages.x86_64-linux;
|
||||
ylib = ypkgs.lib;
|
||||
in
|
||||
{
|
||||
|
@ -49,7 +49,8 @@
|
|||
gpdPocket3 = nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [ ./systems/_common/configuration.nix ./systems/gpdPocket3/configuration.nix ];
|
||||
specialArgs = inputs // { inherit ylib;
|
||||
specialArgs = inputs // {
|
||||
inherit ylib;
|
||||
settings = sett // {
|
||||
system = {
|
||||
# TODO remove these probably not needed anymore with per machine specified here
|
||||
|
@ -64,7 +65,8 @@
|
|||
joe = nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [ ./systems/_common/configuration.nix ./systems/joe/configuration.nix ];
|
||||
specialArgs = inputs // { inherit ylib;
|
||||
specialArgs = inputs // {
|
||||
inherit ylib;
|
||||
settings = sett // {
|
||||
system = {
|
||||
# TODO remove these probably not needed anymore with per machine specified here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue