Update NixOS config.

This commit is contained in:
Elias Gasparis 2025-01-05 08:24:47 +08:00
parent 46c9fbc90e
commit 0df7a4da6f
6 changed files with 7 additions and 6 deletions

6
flake.lock generated
View file

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1735947440, "lastModified": 1736013363,
"narHash": "sha256-jnEcfmOhWntmVEcqlvs+j532+mvmgsKtQSSfukgkn+A=", "narHash": "sha256-P4lsS2Y5GzBfC8OfXtD/xWEucX6oHGTjOzjEjEJbXfc=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "a9987622b7b93c82e147f198574e8e6ffbf5e327", "rev": "0d7908bd09165db6699908b7e3970f137327cbf0",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -13,7 +13,7 @@
greynix = nixpkgs.lib.nixosSystem { greynix = nixpkgs.lib.nixosSystem {
system = "x86_64-linux"; system = "x86_64-linux";
modules = [ modules = [
./nixosModules/base.nix ./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 = [
./nixosModules/base.nix ./base.nix
./hosts/bluenix/configuration.nix ./hosts/bluenix/configuration.nix
home-manager.nixosModules.home-manager home-manager.nixosModules.home-manager
@ -48,10 +48,11 @@
}; # close bluenix }; # close bluenix
# aspirenix - Grey Acer Aspire machine # aspirenix - Grey Acer Aspire machine
# low spec machine - need to figure out how to change this config a bit
aspirenix = nixpkgs.lib.nixosSystem { aspirenix = nixpkgs.lib.nixosSystem {
system = "x86_64-linux"; system = "x86_64-linux";
modules = [ modules = [
./nixosModules/base.nix ./base.nix
./hosts/aspirenix/configuration.nix ./hosts/aspirenix/configuration.nix
home-manager.nixosModules.home-manager home-manager.nixosModules.home-manager