mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
shrink commonModules
This commit is contained in:
parent
0fb53034fe
commit
98530a294c
1 changed files with 3 additions and 5 deletions
|
@ -5,11 +5,9 @@ let
|
|||
(../.)
|
||||
(./. + "/${name}")
|
||||
({ ... }: {
|
||||
config = {
|
||||
networking.hostName = name;
|
||||
sconfig.flakes.enable = true;
|
||||
sconfig.flakes.rebuildPath = "github:buckley310/nixos-config";
|
||||
};
|
||||
networking.hostName = name;
|
||||
sconfig.flakes.enable = true;
|
||||
sconfig.flakes.rebuildPath = "github:buckley310/nixos-config";
|
||||
})
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue