flake change
This commit is contained in:
parent
22bc79ccab
commit
cd413856b2
1 changed files with 0 additions and 2 deletions
|
|
@ -27,7 +27,6 @@
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
# X1 Carbon
|
# X1 Carbon
|
||||||
ooksx1 = lib.nixosSystem {
|
ooksx1 = lib.nixosSystem {
|
||||||
inherit system;
|
|
||||||
modules = [ ./system/ooksx1 ];
|
modules = [ ./system/ooksx1 ];
|
||||||
specialArgs = { inherit inputs outputs; };
|
specialArgs = { inherit inputs outputs; };
|
||||||
};
|
};
|
||||||
|
|
@ -35,7 +34,6 @@
|
||||||
homeConfigurations = {
|
homeConfigurations = {
|
||||||
# X1 Carbon
|
# X1 Carbon
|
||||||
"ooks@ooksx1" = lib.homeManagerConfiguration {
|
"ooks@ooksx1" = lib.homeManagerConfiguration {
|
||||||
inherit system;
|
|
||||||
modules = [ ./home/ooks/ooksx1.nix ];
|
modules = [ ./home/ooks/ooksx1.nix ];
|
||||||
pkgs = pkgsFor.x86_64-linux;
|
pkgs = pkgsFor.x86_64-linux;
|
||||||
extraSpecialArgs = { inherit inputs outputs; };
|
extraSpecialArgs = { inherit inputs outputs; };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue