nm
This commit is contained in:
@@ -251,7 +251,6 @@
|
||||
"jallen-hass" = nixpkgs-unstable.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
nixos-hardware.nixosModules.raspberry-pi-4
|
||||
impermanence.nixosModules.impermanence
|
||||
./hosts/homeassistant/configuration.nix
|
||||
sops-nix.nixosModules.sops
|
||||
@@ -260,7 +259,7 @@
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.users.hass = import ./hosts/hass/home.nix;
|
||||
home-manager.users.hass = import ./hosts/homeassistant/home.nix;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user