work on reducing statefulness of the configuration
This commit is contained in:
10
flake.nix
10
flake.nix
@@ -10,6 +10,7 @@
|
||||
stylix.url = "github:danth/stylix";
|
||||
disko.url = "github:nix-community/disko";
|
||||
shed.url = "github:km-clay/shed";
|
||||
agenix.url = "github:ryantm/agenix";
|
||||
|
||||
nixvim.url = "github:nix-community/nixvim";
|
||||
|
||||
@@ -49,14 +50,6 @@
|
||||
hostDir = "laptop";
|
||||
kind = "both";
|
||||
}
|
||||
{
|
||||
host = "xenon";
|
||||
hostDir = "server";
|
||||
kind = "both";
|
||||
extraNixosModules = [
|
||||
./modules/server
|
||||
];
|
||||
}
|
||||
{
|
||||
host = "phosphorous";
|
||||
hostDir = "work";
|
||||
@@ -64,6 +57,7 @@
|
||||
extraNixosModules = [
|
||||
inputs.shed.nixosModules.shed
|
||||
inputs.copyparty.nixosModules.default
|
||||
inputs.agenix.nixosModules.default
|
||||
];
|
||||
extraHomeModules = [
|
||||
inputs.shed.homeModules.shed
|
||||
|
||||
Reference in New Issue
Block a user