flake: use agenix
This commit is contained in:
parent
4fbeaab7eb
commit
eee9b5df5b
10 changed files with 81 additions and 19 deletions
|
|
@ -1,7 +1,12 @@
|
|||
{ config, modules, overlays, pkgs, ... }: {
|
||||
networking.hostName = "winter";
|
||||
system.stateVersion = "20.09";
|
||||
time.timeZone = "Asia/Phnom_Penh";
|
||||
|
||||
age.secrets = {
|
||||
passwd.file = ../../secrets/passwd.age;
|
||||
wpa_conf.file = ../../secrets/wpa_conf.age;
|
||||
};
|
||||
imports = with modules.system; [
|
||||
audio
|
||||
base
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue