removing hm from server
This commit is contained in:
@@ -58,16 +58,16 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
sobotka = nixosSystem {
|
sobotka = nixosSystem {
|
||||||
inherit specialArgs;
|
# inherit specialArgs;
|
||||||
modules = [
|
modules = [
|
||||||
./sobotka
|
./sobotka
|
||||||
"${self}/nix"
|
"${self}/nix"
|
||||||
{
|
# {
|
||||||
home-manager = {
|
# home-manager = {
|
||||||
users.cnst.imports = homeImports."cnst@sobotka";
|
# users.cnst.imports = homeImports."cnst@sobotka";
|
||||||
extraSpecialArgs = specialArgs;
|
# extraSpecialArgs = specialArgs;
|
||||||
};
|
# };
|
||||||
}
|
# }
|
||||||
self.nixosModules.nixos
|
self.nixosModules.nixos
|
||||||
self.nixosModules.settings
|
self.nixosModules.settings
|
||||||
self.nixosModules.server
|
self.nixosModules.server
|
||||||
|
|||||||
Reference in New Issue
Block a user