fixed trailing whitespace
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
let
|
let
|
||||||
inherit (self) outputs;
|
inherit (self) outputs;
|
||||||
nixosSystem = args.nixpkgs.lib.nixosSystem;
|
nixosSystem = args.nixpkgs.lib.nixosSystem;
|
||||||
|
|
||||||
userSettings = {
|
userSettings = {
|
||||||
userName = "appdaemon";
|
userName = "appdaemon";
|
||||||
gitUserName = "John Lancaster";
|
gitUserName = "John Lancaster";
|
||||||
@@ -54,7 +54,7 @@
|
|||||||
{
|
{
|
||||||
nixosConfigurations.${systemSettings.hostName} = nixosSystem {
|
nixosConfigurations.${systemSettings.hostName} = nixosSystem {
|
||||||
system = systemSettings.system;
|
system = systemSettings.system;
|
||||||
specialArgs =
|
specialArgs =
|
||||||
let
|
let
|
||||||
inputs = args;
|
inputs = args;
|
||||||
in
|
in
|
||||||
@@ -77,7 +77,7 @@
|
|||||||
devenv-test = self.devShells.${systemSettings.system}.default.config.test;
|
devenv-test = self.devShells.${systemSettings.system}.default.config.test;
|
||||||
};
|
};
|
||||||
|
|
||||||
devShells.${systemSettings.system}.default =
|
devShells.${systemSettings.system}.default =
|
||||||
let
|
let
|
||||||
inputs = args;
|
inputs = args;
|
||||||
in
|
in
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
home.stateVersion = systemSettings.stateVersion;
|
home.stateVersion = systemSettings.stateVersion;
|
||||||
systemd.user.startServices = "sd-switch"; # helps with handling systemd services when switching
|
systemd.user.startServices = "sd-switch"; # helps with handling systemd services when switching
|
||||||
imports = [ (import ./git.nix {inherit userSettings;}) ];
|
imports = [ (import ./git.nix {inherit userSettings;}) ];
|
||||||
programs = {
|
programs = {
|
||||||
ssh.enable = true;
|
ssh.enable = true;
|
||||||
bash.enable = true;
|
bash.enable = true;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user