blob: c0b599c46d74b4f9a81295e6ea31138b1289bb69 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# Deployment
To build the production server config locally:
nix-build --attr system ./nixos.nix
To deploy (will ask for ssh passphrase 2x):
./deploy.sh
When that damn bug gets fixed, we could just do:
nix-deploy --to root@simatime.com \
--path $(nix-build --no-out-path ./nixos.nix)
, Person { _name = ""
, __pic = ""
, _twitter = ""
, _website = ""
, _books = [ Book { _title = ""
, _author = ""
, _amznref = ""
}
, Book { _title = ""
, _author =""
, _amznref = ""
}
]
}
|