This repository was archived by the owner on Jul 6, 2024. It is now read-only.
Commit c7fea4b 1 parent 201c691 commit c7fea4b Copy full SHA for c7fea4b
File tree 5 files changed +9
-4
lines changed
5 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 20
20
os : macos-14
21
21
- system : nas
22
22
os : ubuntu-22.04
23
+ - system : omni
24
+ os : ubuntu-22.04
23
25
runs-on : ${{ matrix.os }}
24
26
steps :
25
27
- name : Checkout repository
Original file line number Diff line number Diff line change 24
24
{
25
25
deploy . nodes = {
26
26
nas = deployConfig "nas" "x86_64-linux" { sshUser = "todd" ; remoteBuild = true ; } ;
27
+ omni = deployConfig "omni" "x86_64-linux" { sshUser = "todd" ; remoteBuild = true ; } ;
27
28
} ;
28
29
checks = builtins . mapAttrs ( system : deployLib : deployLib . deployChecks self . deploy ) deploy-rs . lib ;
29
30
}
Original file line number Diff line number Diff line change 100
100
101
101
nixosConfigurations = {
102
102
nas = mkSystemLib . mkNixosSystem "x86_64-linux" "nas" overlays flake-packages ;
103
+ omni = mkSystemLib . mkNixosSystem "x86_64-linux" "omni" overlays flake-packages ;
103
104
} ;
104
105
105
106
darwinConfigurations = {
Original file line number Diff line number Diff line change 68
68
ssh = {
69
69
enable = true ;
70
70
matchBlocks = {
71
- "gateway .greyrock.io" = {
71
+ "nas .greyrock.io" = {
72
72
port = 22 ;
73
- user = "vyos" ;
73
+ user = "todd" ;
74
+ forwardAgent = true ;
74
75
} ;
75
- "nas .greyrock.io" = {
76
+ "omni .greyrock.io" = {
76
77
port = 22 ;
77
78
user = "todd" ;
78
79
forwardAgent = true ;
Original file line number Diff line number Diff line change 107
107
108
108
users = {
109
109
additionalUsers = {
110
- manyie = {
110
+ andy = {
111
111
isNormalUser = true ;
112
112
extraGroups = ifGroupsExist [
113
113
"samba-users"
You can’t perform that action at this time.
0 commit comments