Merge remote-tracking branch 'origin/main' into darwin

This commit is contained in:
greg-compass
2022-09-06 17:01:56 -05:00
58 changed files with 1366 additions and 208 deletions
Executable → Regular
+3 -4
View File
@@ -1,6 +1,7 @@
{ config, pkgs, agenix, ... }:
{
<<<<<<<< HEAD:profiles/linux/default.nix
imports = [
../shared
./programs.nix
@@ -15,6 +16,8 @@
# I am a fan of network manager, myself
networking.networkmanager.enable = true;
========
>>>>>>>> origin/main:modules/automatic/users.nix
# Enable the OpenSSH daemon for remote control
services.openssh.enable = true;
#services.openssh.permitRootLogin = "yes";
@@ -37,8 +40,4 @@
font = "Lat2-Terminus16";
keyMap = "us";
};
# The set of default values, which allow syou to keep system defaults set
# to a predictable value as you upgrade the system
system.stateVersion = "21.11";
}