remove age

This commit is contained in:
2025-10-04 19:58:50 -05:00
parent c544f62d70
commit 5ad51ef57c
4 changed files with 1 additions and 31 deletions

View File

@@ -9,15 +9,13 @@
url = "github:nix-community/home-manager/release-25.05";
inputs.nixpkgs.follows = "nixpkgs";
};
agenix.url = "github:ryantm/agenix";
};
outputs = { self, nixpkgs, home-manager, agenix, ... }: {
outputs = { self, nixpkgs, home-manager, ... }: {
nixosConfigurations.snowbelle = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
./hosts/snowbelle/configuration.nix
agenix.nixosModules.default
home-manager.nixosModules.home-manager
{
home-manager = {
@@ -33,7 +31,6 @@
system = "x86_64-linux";
modules = [
./hosts/vaniville/configuration.nix
agenix.nixosModules.default
home-manager.nixosModules.home-manager
{
home-manager = {