From 31211f83bcd287bf7364ce94bf71fab71f77e484 Mon Sep 17 00:00:00 2001 From: ene Date: Tue, 21 Feb 2023 19:55:43 +0100 Subject: Style(formatting): Format and improve comments --- system/default.nix | 2 +- system/users/default.nix | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'system') diff --git a/system/default.nix b/system/default.nix index 016fb0c1..c14e62b4 100644 --- a/system/default.nix +++ b/system/default.nix @@ -7,6 +7,6 @@ ./locale #./packages ./sound - ./users # this needs to be after fileSystemLayouts + ./users # the position of this item is fully arbitrary ]; } diff --git a/system/users/default.nix b/system/users/default.nix index e96e2f37..d5b69814 100644 --- a/system/users/default.nix +++ b/system/users/default.nix @@ -29,12 +29,12 @@ in { uid = 1000; }; }; -# system.activationScripts.home_permissions = -# pkgs.lib.stringAfter ["users"] -# '' -# mkdir /home/soispha -# chmod 700 /home/soispha -# chown -hR soispha:users /home/soispha -# ''; + # system.activationScripts.home_permissions = + # pkgs.lib.stringAfter ["users"] + # '' + # mkdir /home/soispha + # chmod 700 /home/soispha + # chown -hR soispha:users /home/soispha + # ''; }; } -- cgit 1.4.1