wip
This commit is contained in:
parent
789131b422
commit
88de00b897
16 changed files with 496 additions and 13 deletions
13
flake.nix
13
flake.nix
|
@ -333,6 +333,19 @@
|
|||
{ home-manager.users.mainUser.gui.enable = true; }
|
||||
];
|
||||
};
|
||||
cherry = nixosConfigurationSetup {
|
||||
name = "cherry";
|
||||
host = "root@192.168.178.23";
|
||||
modules = [
|
||||
nixos-hardware.nixosModules.framework-13th-gen-intel
|
||||
#retiolum.nixosModules.retiolum
|
||||
#private_assets.nixosModules.jobrad
|
||||
homeManagerModules
|
||||
# { home-manager.users.root = import ./nixos/homes/root; }
|
||||
{ home-manager.users.mainUser = import ./nixos/homes/palo; }
|
||||
{ home-manager.users.mainUser.gui.enable = true; }
|
||||
];
|
||||
};
|
||||
chungus = nixosConfigurationSetup {
|
||||
name = "chungus";
|
||||
modules = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue