2nd change to flake

This commit is contained in:
vali 2024-04-09 23:14:02 +02:00
commit b29d02ff56

View file

@ -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 = [{