mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-07 07:09:15 +00:00
ref(nix): formatted with nixfmt-rfc-style
This commit is contained in:
parent
36a2265325
commit
23404db605
40 changed files with 574 additions and 474 deletions
|
|
@ -1,20 +1,19 @@
|
|||
{ pkgs, hostname, ... }@input:
|
||||
{
|
||||
pkgs,
|
||||
hostname,
|
||||
...
|
||||
} @ input: {
|
||||
nixpkgs.hostPlatform = "aarch64-darwin";
|
||||
system.stateVersion = 4;
|
||||
services.nix-daemon.enable = true;
|
||||
|
||||
networking.hostName = hostname;
|
||||
environment.shells = [pkgs.fish];
|
||||
environment.shells = [ pkgs.fish ];
|
||||
|
||||
nix.settings.trusted-users = ["leana"];
|
||||
nix.settings.trusted-users = [ "leana" ];
|
||||
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
interval = {Weekday = 0;};
|
||||
interval = {
|
||||
Weekday = 0;
|
||||
};
|
||||
options = "--delete-older-than 30d";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue