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