Tweaks; add user login images
This commit is contained in:
parent
8fc934f9a4
commit
c3f926070d
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
# Home-manager
|
# Home-manager
|
||||||
home-manager = {
|
home-manager = {
|
||||||
url = "github:nix-community/home-manager";
|
url = "github:nix-community/home-manager?ref=release-24.05";
|
||||||
inputs.nixpkgs.follows = "nixpkgs"; # Use system packages list where available
|
inputs.nixpkgs.follows = "nixpkgs"; # Use system packages list where available
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -17,9 +17,7 @@
|
||||||
|
|
||||||
# Use Lix instead of Nix
|
# Use Lix instead of Nix
|
||||||
extra-substituters = [ "https://cache.lix.systems" ];
|
extra-substituters = [ "https://cache.lix.systems" ];
|
||||||
trusted-public-keys = [
|
trusted-public-keys = [ "cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o=" ];
|
||||||
"cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o="
|
|
||||||
];
|
|
||||||
|
|
||||||
# Only allow these users to use Nix
|
# Only allow these users to use Nix
|
||||||
allowed-users = [
|
allowed-users = [
|
||||||
|
|
|
@ -69,6 +69,9 @@ with lib;
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
KUBECONFIG = "/home/aires/.kube/config";
|
KUBECONFIG = "/home/aires/.kube/config";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Create .face file
|
||||||
|
file.".face".source = ./face.png;
|
||||||
};
|
};
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
|
BIN
modules/users/aires/face.png
Normal file
BIN
modules/users/aires/face.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 853 KiB |
|
@ -71,6 +71,9 @@ with lib;
|
||||||
|
|
||||||
# Install packages specific to Gremlin
|
# Install packages specific to Gremlin
|
||||||
packages = [ pkgs.awscli2 ];
|
packages = [ pkgs.awscli2 ];
|
||||||
|
|
||||||
|
# Create .face file
|
||||||
|
file.".face".source = ./face.png;
|
||||||
};
|
};
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
|
BIN
modules/users/gremlin/face.png
Normal file
BIN
modules/users/gremlin/face.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 189 KiB |
Loading…
Reference in a new issue