Add steam back to Northstar
This commit is contained in:
parent
e8fa614f3a
commit
a0b404244b
|
@ -238,7 +238,10 @@
|
||||||
hostName = "Northstar";
|
hostName = "Northstar";
|
||||||
user = "xenia";
|
user = "xenia";
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
in systemConfig { inherit hostName user system; };
|
in systemConfig {
|
||||||
|
inherit hostName user system;
|
||||||
|
systemModules = default.systemModules ++ [ ./system/steam.nix ];
|
||||||
|
};
|
||||||
|
|
||||||
Ronin = let
|
Ronin = let
|
||||||
hostName = "Ronin";
|
hostName = "Ronin";
|
||||||
|
|
Loading…
Reference in a new issue