shrink commonModules

This commit is contained in:
Sean Buckley 2021-04-09 18:26:50 -04:00
parent 0fb53034fe
commit 98530a294c

View file

@ -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";
})
];