wip
This commit is contained in:
commit
c10446db21
4 changed files with 72 additions and 1156 deletions
1160
hosts/oren/flake.lock
generated
1160
hosts/oren/flake.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -46,31 +46,27 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
../../components/nix/lua.nix
|
||||
../../components/nix/rust-dev.nix
|
||||
../../components/nix/qflipper.nix
|
||||
../../components/nix/qdirstat.nix
|
||||
../../components/nix/tailscale.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
lua
|
||||
qdirstat
|
||||
];
|
||||
|
||||
ringofstorms_common = {
|
||||
systemName = configuration_name;
|
||||
boot.systemd.enable = true;
|
||||
};
|
||||
mods = {
|
||||
common = {
|
||||
systemName = configuration_name;
|
||||
allowUnfree = true;
|
||||
primaryUser = "josh";
|
||||
docker = true;
|
||||
zsh = true;
|
||||
users = {
|
||||
admins = [ "josh" ];
|
||||
users = {
|
||||
josh = {
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILMzgAe4od9K4EsvH2g7xjNU7hGoJiFJlYcvB0BoDCvn nix2oren"
|
||||
];
|
||||
initialPassword = "password1";
|
||||
isNormalUser = true;
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
"networkmanager"
|
||||
"video"
|
||||
"input"
|
||||
|
@ -82,10 +78,24 @@
|
|||
discordo
|
||||
discord
|
||||
firefox-esr
|
||||
spotify
|
||||
vlc
|
||||
vaultwarden
|
||||
bitwarden
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
mods = {
|
||||
common = {
|
||||
systemName = configuration_name;
|
||||
allowUnfree = true;
|
||||
primaryUser = "josh";
|
||||
docker = true;
|
||||
zsh = true;
|
||||
};
|
||||
home_manager = {
|
||||
users = {
|
||||
josh = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue