2nd change to flake
This commit is contained in:
parent
236b8c2a6b
commit
ef7d08bedf
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
laptop = mkSystem {
|
vlaptop = mkSystem {
|
||||||
hostname = "nixos";
|
hostname = "nixos";
|
||||||
modules = [./hosts/laptop];
|
modules = [./hosts/laptop];
|
||||||
user-configs = [{
|
user-configs = [{
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
config = ./home/vali/laptop.nix;
|
config = ./home/vali/laptop.nix;
|
||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
xfce = mkSystem {
|
vdesktop = mkSystem {
|
||||||
hostname = "nixos";
|
hostname = "nixos";
|
||||||
modules = [ ./hosts/xfce ];
|
modules = [ ./hosts/xfce ];
|
||||||
user-configs = [{
|
user-configs = [{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue