we be walkin
This commit is contained in:
parent
0db960aec4
commit
44a2f3ee01
8 changed files with 71 additions and 49 deletions
48
flake.nix
48
flake.nix
|
|
@ -15,41 +15,39 @@
|
|||
};
|
||||
|
||||
outputs =
|
||||
{
|
||||
inputs@{
|
||||
self,
|
||||
nixpkgs,
|
||||
home-manager,
|
||||
walker,
|
||||
...
|
||||
}@inputs:
|
||||
}:
|
||||
let
|
||||
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||
in
|
||||
{
|
||||
nixosConfigurations = {
|
||||
# marty-pc = nixpkgs.lib.nixosSystem {
|
||||
# system = "x86_64-linux";
|
||||
# specialArgs = { inherit inputs; };
|
||||
# modules = [
|
||||
# ./marty-pc.nix
|
||||
# ./configuration.nix
|
||||
# ./user/marty.nix
|
||||
# home-manager.nixosModules.home-manager
|
||||
# walker.homeManagerModules.default
|
||||
# ];
|
||||
# };
|
||||
# marty-server = nixpkgs.lib.nixosSystem {
|
||||
# system = "x86_64-linux";
|
||||
# specialArgs = { inherit inputs; };
|
||||
# modules = [
|
||||
# ./marty-server.nix
|
||||
# ./configuration.nix
|
||||
# ./user/marty.nix
|
||||
# home-manager.nixosModules.home-manager
|
||||
# walker.homeManagerModules.default
|
||||
marty-pc = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
./marty-pc.nix
|
||||
./configuration.nix
|
||||
./user/marty.nix
|
||||
home-manager.nixosModules.home-manager
|
||||
];
|
||||
};
|
||||
marty-server = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
./marty-server.nix
|
||||
./configuration.nix
|
||||
./user/marty.nix
|
||||
home-manager.nixosModules.home-manager
|
||||
|
||||
# ];
|
||||
# };
|
||||
];
|
||||
};
|
||||
marty-latitude = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = { inherit inputs; };
|
||||
|
|
@ -58,8 +56,6 @@
|
|||
./configuration.nix
|
||||
./user/marty.nix
|
||||
home-manager.nixosModules.home-manager
|
||||
walker.nixosModules.default
|
||||
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue