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