mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +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}")
|
(./. + "/${name}")
|
||||||
({ ... }: {
|
({ ... }: {
|
||||||
config = {
|
networking.hostName = name;
|
||||||
networking.hostName = name;
|
sconfig.flakes.enable = true;
|
||||||
sconfig.flakes.enable = true;
|
sconfig.flakes.rebuildPath = "github:buckley310/nixos-config";
|
||||||
sconfig.flakes.rebuildPath = "github:buckley310/nixos-config";
|
|
||||||
};
|
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue