Update NixOS config.
This commit is contained in:
parent
46c9fbc90e
commit
0df7a4da6f
6 changed files with 7 additions and 6 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -7,11 +7,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1735947440,
|
||||
"narHash": "sha256-jnEcfmOhWntmVEcqlvs+j532+mvmgsKtQSSfukgkn+A=",
|
||||
"lastModified": 1736013363,
|
||||
"narHash": "sha256-P4lsS2Y5GzBfC8OfXtD/xWEucX6oHGTjOzjEjEJbXfc=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "a9987622b7b93c82e147f198574e8e6ffbf5e327",
|
||||
"rev": "0d7908bd09165db6699908b7e3970f137327cbf0",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
greynix = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./nixosModules/base.nix
|
||||
./base.nix
|
||||
./hosts/greynix/configuration.nix
|
||||
|
||||
home-manager.nixosModules.home-manager
|
||||
|
@ -32,7 +32,7 @@
|
|||
bluenix = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./nixosModules/base.nix
|
||||
./base.nix
|
||||
./hosts/bluenix/configuration.nix
|
||||
|
||||
home-manager.nixosModules.home-manager
|
||||
|
@ -48,10 +48,11 @@
|
|||
}; # close bluenix
|
||||
|
||||
# aspirenix - Grey Acer Aspire machine
|
||||
# low spec machine - need to figure out how to change this config a bit
|
||||
aspirenix = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./nixosModules/base.nix
|
||||
./base.nix
|
||||
./hosts/aspirenix/configuration.nix
|
||||
|
||||
home-manager.nixosModules.home-manager
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue