Update NixOS config.
This commit is contained in:
parent
2219957558
commit
46c9fbc90e
1 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@
|
||||||
greynix = nixpkgs.lib.nixosSystem {
|
greynix = nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
modules = [
|
modules = [
|
||||||
./base.nix
|
./nixosModules/base.nix
|
||||||
./hosts/greynix/configuration.nix
|
./hosts/greynix/configuration.nix
|
||||||
|
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
bluenix = nixpkgs.lib.nixosSystem {
|
bluenix = nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
modules = [
|
modules = [
|
||||||
./base.nix
|
./nixosModules/base.nix
|
||||||
./hosts/bluenix/configuration.nix
|
./hosts/bluenix/configuration.nix
|
||||||
|
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
aspirenix = nixpkgs.lib.nixosSystem {
|
aspirenix = nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
modules = [
|
modules = [
|
||||||
./base.nix
|
./nixosModules/base.nix
|
||||||
./hosts/aspirenix/configuration.nix
|
./hosts/aspirenix/configuration.nix
|
||||||
|
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue