Garage on loki
This commit is contained in:
parent
d5fbab32bc
commit
90b6180bc1
11 changed files with 183 additions and 31 deletions
|
|
@ -102,6 +102,7 @@
|
|||
{
|
||||
# age.secrets.oauth_proxy_client_credentials.file = ./secrets/oauth_proxy_client_credentials.age;
|
||||
age.secrets.spotify_password = { file = ./secrets/spotify_password.age; owner = "bertof"; };
|
||||
age.secrets.garage_rpc_secret.file = ./secrets/garage_rpc_secret.age;
|
||||
}
|
||||
|
||||
./nixos_modules/bertof_user.nix
|
||||
|
|
@ -235,6 +236,8 @@
|
|||
home-manager.users.bertof = import ./loki/hm.nix;
|
||||
home-manager.users.tiziano = import ./loki/hm_tiziano.nix;
|
||||
}
|
||||
|
||||
./nixos_modules/garage.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue