refactors
This commit is contained in:
parent
26b798c4b3
commit
d18110a018
15 changed files with 230 additions and 379 deletions
10
configuration/modules/system.nix
Normal file
10
configuration/modules/system.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{name, ...}: {
|
||||
networking.hostName = "max-${name}";
|
||||
system = {
|
||||
stateVersion = "25.11";
|
||||
activationScripts.cleanBackups = ''
|
||||
echo "Removing .backup_nix files..."
|
||||
find /home/maxag -type f -name "*.backup_nix" -delete
|
||||
'';
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue