moves hardware specific to vsc and removes full path reference from flake
This commit is contained in:
@@ -12,14 +12,16 @@
|
||||
"mennos-laptop" = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./configuration.nix
|
||||
./hardware/mennos-laptop.nix
|
||||
./nvidia.nix
|
||||
./configuration.nix
|
||||
{ networking.hostName = "mennos-laptop"; }
|
||||
];
|
||||
};
|
||||
"mennos-gamingpc" = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./hardware/mennos-gamingpc.nix
|
||||
./configuration.nix
|
||||
{ networking.hostName = "mennos-desktop"; }
|
||||
];
|
||||
|
Reference in New Issue
Block a user